##// END OF EJS Templates
Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts Conflicts: example/example.pro

File last commit:

r96:277658be1fc8
r207:1bc0eafcd96e merge
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