##// END OF EJS Templates
Disables qml test on < qt 4.7.4
Michal Klocek -
r2005:5e6f2a016c6f
parent child
Show More
@@ -1,36 +1,42
1 1 !include( ../tests.pri ) {
2 2 error( "Couldn't find the tests.pri file!" )
3 3 }
4 4
5 5 TEMPLATE = subdirs
6 6 SUBDIRS += \
7 7 qchartview \
8 8 qchart \
9 9 qlineseries \
10 10 qbarset \
11 11 qbarseries \
12 12 qstackedbarseries \
13 13 qpercentbarseries \
14 14 qpieslice qpieseries \
15 15 qpiemodelmapper \
16 16 qsplineseries \
17 17 qscatterseries \
18 18 qxymodelmapper \
19 19 qbarmodelmapper \
20 20 qhorizontalbarseries \
21 21 qhorizontalstackedbarseries \
22 22 qhorizontalpercentbarseries \
23 23 qvalueaxis \
24 24 qcategoryaxis \
25 25 qbarcategoryaxis \
26 26 domain \
27 chartdataset \
28 qml
27 chartdataset
28
29 contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
30 warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
31 } else {
32
33 SUBDIRS += qml
34 }
29 35
30 36 !linux-arm*: {
31 37 SUBDIRS += \
32 38 qdatetimeaxis
33 39 }
34 40
35 41
36 42
General Comments 0
You need to be logged in to leave comments. Login now