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

File last commit:

r203:7350e0387b3f
r207:1bc0eafcd96e merge
Show More
piechart.pro
19 lines | 321 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 !")
}
QT += core gui
TARGET = piechart
TEMPLATE = app
SOURCES += main.cpp customslice.cpp
HEADERS += customslice.h
OBJECTS_DIR = tmp
MOC_DIR = tmp