@@ -1,18 +1,19 | |||||
1 | !include( ../config.pri ) { |
|
1 | !include( ../config.pri ) { | |
2 | error( "Couldn't find the config.pri file!" ) |
|
2 | error( "Couldn't find the config.pri file!" ) | |
3 | } |
|
3 | } | |
4 |
|
4 | |||
5 | TEMPLATE = subdirs |
|
5 | TEMPLATE = subdirs | |
6 | SUBDIRS += \ |
|
6 | SUBDIRS += \ | |
7 | auto \ |
|
7 | auto \ | |
8 | qmlchartproperties \ |
|
8 | qmlchartproperties \ | |
9 | qmlchartaxis \ |
|
9 | qmlchartaxis \ | |
10 | presenterchart |
|
10 | presenterchart \ | |
|
11 | boxplottester | |||
11 |
|
12 | |||
12 | contains(QT_CONFIG, opengl) { |
|
13 | contains(QT_CONFIG, opengl) { | |
13 | SUBDIRS += chartwidgettest \ |
|
14 | SUBDIRS += chartwidgettest \ | |
14 | wavechart \ |
|
15 | wavechart \ | |
15 | chartviewer |
|
16 | chartviewer | |
16 | } else { |
|
17 | } else { | |
17 | message("OpenGL not available. Some test apps are disabled") |
|
18 | message("OpenGL not available. Some test apps are disabled") | |
18 | } |
|
19 | } |
General Comments 0
You need to be logged in to leave comments.
Login now