##// 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:

r2027:32de3be17db8
r2051:7cd68cfd6696
Show More
demos.pro
24 lines | 616 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "demos"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += piechartcustomization \
dynamicspline \
nesteddonuts \
qmlchart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlcustommodel \
chartinteractions \
qmlaxes
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
qmloscilloscope \
chartviewer
} else {
message("OpenGL not available. Some demos are disabled")
}