##// END OF EJS Templates
Disabled audio demo for now. Does not work on windows
Marek Rosa -
r2156:dce8b13272cf
parent child
Show More
@@ -1,26 +1,26
1 1 CURRENTLY_BUILDING_COMPONENTS = "demos"
2 2 !include( ../config.pri ) {
3 3 error( "Couldn't find the config.pri file!" )
4 4 }
5 5
6 6 TEMPLATE = subdirs
7 7 SUBDIRS += piechartcustomization \
8 8 dynamicspline \
9 9 nesteddonuts \
10 10 qmlchart \
11 11 qmlweather \
12 12 qmlf1legends \
13 13 qmlcustomizations \
14 14 qmlcustommodel \
15 15 chartinteractions \
16 16 qmlaxes \
17 qmlcustomlegend \
18 audio
17 qmlcustomlegend
18 # audio
19 19
20 20 contains(QT_CONFIG, opengl) {
21 21 SUBDIRS += chartthemes \
22 22 qmloscilloscope \
23 23 chartviewer
24 24 } else {
25 25 message("OpenGL not available. Some demos are disabled")
26 26 }
General Comments 0
You need to be logged in to leave comments. Login now