##// END OF EJS Templates
Qt5: fixed QApplication and QWidget includes
Qt5: fixed QApplication and QWidget includes

File last commit:

r2027:32de3be17db8
r2049:467e4781e54e
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")
}