diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 502e14c7416..413628194b8 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -6,5 +6,8 @@ SUBDIRS += \ fakevim \ # profilereader \ aggregation \ - changeset \ - qml + changeset + +contains (QT_CONFIG, declarative) { +SUBDIRS += qml +}