demos.pro
37 lines
| 918 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 \ | ||
Marek Rosa
|
r2358 | qmlcustomlegend \ | ||
Miikka Heikkinen
|
r2483 | callout \ | ||
qmlpolarchart | ||||
Marek Rosa
|
r1951 | |||
contains(QT_CONFIG, opengl) { | ||||
SUBDIRS += chartthemes \ | ||||
Marek Rosa
|
r2398 | qmloscilloscope | ||
Marek Rosa
|
r1951 | } else { | ||
message("OpenGL not available. Some demos are disabled") | ||||
} | ||||
Marek Rosa
|
r2157 | |||
contains(QT_CONFIG, multimedia) { | ||||
SUBDIRS += audio | ||||
} else { | ||||
message("QtMultimedia library not available. Some demos are disabled") | ||||
} | ||||
Miikka Heikkinen
|
r2488 | |||
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) { | ||||
SUBDIRS += quick2chart \ | ||||
quick2oscilloscope | ||||
} | ||||