##// END OF EJS Templates
removed uitest app - not needed
Marek Rosa -
r2235:30ffc71c8c20
parent child
Show More
@@ -1,17 +1,16
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 uitest
11
10
12 contains(QT_CONFIG, opengl) {
11 contains(QT_CONFIG, opengl) {
13 SUBDIRS += chartwidgettest \
12 SUBDIRS += chartwidgettest \
14 wavechart
13 wavechart
15 } else {
14 } else {
16 message("OpenGL not available. Some test apps are disabled")
15 message("OpenGL not available. Some test apps are disabled")
17 }
16 }
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