##// END OF EJS Templates
Qt5: fix warnings about deprecated QT/CONFIG specification...
Qt5: fix warnings about deprecated QT/CONFIG specification - CONFIG += designer replaced on Qt5 with QT += designer - CONFIG += qtestlib replaced on Qt5 with QT += testlib

File last commit:

r2048:c04bfb196bae
r2051:7cd68cfd6696
Show More
demos.pri
16 lines | 455 B | text/plain | TextLexer
Michal Klocek
Improves build configuration...
r996 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
Jani Honkonen
Adding demos folder. Move piechartcustomization to it. Add chartthemes demo (incomplete).
r508 }
DESTDIR = $$CHART_BUILD_BIN_DIR
Michal Klocek
Fix build paths to correct ones in build direcotry
r1198 OBJECTS_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET
Jani Honkonen
Adding demos folder. Move piechartcustomization to it. Add chartthemes demo (incomplete).
r508
TEMPLATE = app
Jani Honkonen
Adding support for static builds.
r1440 QT += core gui
Marek Rosa
Qt5: include widgets module
r2048 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Jani Honkonen
Adding support for static builds.
r1440
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib