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