summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index cb2ff3e..45114ce 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -4,6 +4,6 @@ SUBDIRS += qopcuaclient
QT_FOR_CONFIG += opcua-private
# only build declarative tests if at least one backend was built
-qtConfig(open62541)|qtConfig(uacpp) {
+qtHaveModule(qmltest):qtConfig(open62541)|qtConfig(uacpp) {
SUBDIRS += declarative
}