@@ -1,16 +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 |
|
6 | |||
7 | contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) { |
|
7 | contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) { | |
8 | warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.") |
|
8 | warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.") | |
9 | } else { |
|
9 | } else { | |
10 | SUBDIRS += declarative |
|
10 | SUBDIRS += declarative | |
11 | } |
|
11 | } | |
12 |
|
12 | |||
13 | !linux-arm*: { |
|
13 | !linux-arm*:!qnx:!vxworks:!wince*: { | |
14 | SUBDIRS += \ |
|
14 | SUBDIRS += \ | |
15 | designer |
|
15 | designer | |
16 | } |
|
16 | } |
General Comments 0
You need to be logged in to leave comments.
Login now