aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/menu/menu.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/menu/menu.pro')
-rw-r--r--tests/auto/menu/menu.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/menu/menu.pro b/tests/auto/menu/menu.pro
new file mode 100644
index 00000000..2dd2ac7f
--- /dev/null
+++ b/tests/auto/menu/menu.pro
@@ -0,0 +1,15 @@
+CONFIG += testcase
+TARGET = tst_menu
+SOURCES += tst_menu.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/*
+