aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/popup/popup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/popup/popup.pro')
-rw-r--r--tests/auto/popup/popup.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/popup/popup.pro b/tests/auto/popup/popup.pro
new file mode 100644
index 00000000..87aca3b3
--- /dev/null
+++ b/tests/auto/popup/popup.pro
@@ -0,0 +1,14 @@
+CONFIG += testcase
+TARGET = tst_popup
+SOURCES += tst_popup.cpp
+
+osx:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib labstemplates-private
+
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/*