forked from qt-creator/qt-creator
Compile qml autotests only if QtDeclarative module is available
This commit is contained in:
@@ -6,5 +6,8 @@ SUBDIRS += \
|
||||
fakevim \
|
||||
# profilereader \
|
||||
aggregation \
|
||||
changeset \
|
||||
qml
|
||||
changeset
|
||||
|
||||
contains (QT_CONFIG, declarative) {
|
||||
SUBDIRS += qml
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user