##// END OF EJS Templates
Adding new example app.
Adding new example app.

File last commit:

r96:277658be1fc8
r206:c5b8eba7e7bc
Show More
stackedbarchart.pro
17 lines | 300 B | text/idl | PrologLexer
!include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TARGET = stackedbarchart
TEMPLATE = app
QT += core gui
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h