aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/qqmlproperty.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlproperty/qqmlproperty.pro')
-rw-r--r--tests/auto/qml/qqmlproperty/qqmlproperty.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlproperty/qqmlproperty.pro b/tests/auto/qml/qqmlproperty/qqmlproperty.pro
index b1bcf1f17d..4d42975369 100644
--- a/tests/auto/qml/qqmlproperty/qqmlproperty.pro
+++ b/tests/auto/qml/qqmlproperty/qqmlproperty.pro
@@ -1,7 +1,10 @@
-CONFIG += testcase
+CONFIG += testcase qmltypes
TARGET = tst_qqmlproperty
macx:CONFIG -= app_bundle
+QML_IMPORT_NAME = io.qt.bugreports
+QML_IMPORT_VERSION = 2.0
+
SOURCES += tst_qqmlproperty.cpp
include (../../shared/util.pri)
@@ -9,3 +12,6 @@ include (../../shared/util.pri)
TESTDATA = data/*
QT += core-private gui-private qml-private testlib
+
+HEADERS += \
+ interfaces.h