demos.pro
25 lines
| 645 B
| text/idl
|
PrologLexer
/ demos / demos.pro
Tero Ahola
|
r1035 | CURRENTLY_BUILDING_COMPONENTS = "demos" | ||
Michal Klocek
|
r1003 | !include( ../config.pri ) { | ||
Tero Ahola
|
r1035 | error( "Couldn't find the config.pri file!" ) | ||
Michal Klocek
|
r1003 | } | ||
Jani Honkonen
|
r508 | TEMPLATE = subdirs | ||
Marek Rosa
|
r1951 | SUBDIRS += piechartcustomization \ | ||
Tero Ahola
|
r1139 | dynamicspline \ | ||
Jani Honkonen
|
r1877 | nesteddonuts \ | ||
Jani Honkonen
|
r982 | qmlchart \ | ||
Tero Ahola
|
r1202 | qmlweather \ | ||
Tero Ahola
|
r1240 | qmlf1legends \ | ||
Tero Ahola
|
r1259 | qmlcustomizations \ | ||
Michal Klocek
|
r1746 | qmlcustommodel \ | ||
Tero Ahola
|
r2027 | chartinteractions \ | ||
Tero Ahola
|
r2069 | qmlaxes \ | ||
qmlcustomlegend | ||||
Marek Rosa
|
r1951 | |||
contains(QT_CONFIG, opengl) { | ||||
SUBDIRS += chartthemes \ | ||||
qmloscilloscope \ | ||||
chartviewer | ||||
} else { | ||||
message("OpenGL not available. Some demos are disabled") | ||||
} | ||||