Skip to content
Snippets Groups Projects
Commit d3ed242d authored by Kai Koehne's avatar Kai Koehne
Browse files

Compile qml autotests only if QtDeclarative module is available

parent 6014969c
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,8 @@ SUBDIRS += \
fakevim \
# profilereader \
aggregation \
changeset \
qml
changeset
contains (QT_CONFIG, declarative) {
SUBDIRS += qml
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment