summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/windowitem2/windowitem2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/windowitem2/windowitem2.pro')
-rw-r--r--tests/auto/qml/windowitem2/windowitem2.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/windowitem2/windowitem2.pro b/tests/auto/qml/windowitem2/windowitem2.pro
new file mode 100644
index 00000000..022ea053
--- /dev/null
+++ b/tests/auto/qml/windowitem2/windowitem2.pro
@@ -0,0 +1,5 @@
+AM_CONFIG = am-config.yaml
+TEST_FILES = tst_windowitem2.qml
+TEST_APPS = test.windowitem2.app
+
+load(am-qml-testcase)