@@ -1,18 +1,19 | |||
|
1 | 1 | !include( ../config.pri ) { |
|
2 | 2 | error( "Couldn't find the config.pri file!" ) |
|
3 | 3 | } |
|
4 | 4 | |
|
5 | 5 | TEMPLATE = subdirs |
|
6 | 6 | SUBDIRS += \ |
|
7 | 7 | auto \ |
|
8 | 8 | qmlchartproperties \ |
|
9 | 9 | qmlchartaxis \ |
|
10 | presenterchart | |
|
10 | presenterchart \ | |
|
11 | boxplottester | |
|
11 | 12 | |
|
12 | 13 | contains(QT_CONFIG, opengl) { |
|
13 | 14 | SUBDIRS += chartwidgettest \ |
|
14 | 15 | wavechart \ |
|
15 | 16 | chartviewer |
|
16 | 17 | } else { |
|
17 | 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