aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity/sanity.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/sanity/sanity.pro')
-rw-r--r--tests/auto/sanity/sanity.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/sanity/sanity.pro b/tests/auto/sanity/sanity.pro
new file mode 100644
index 00000000..436dc7dd
--- /dev/null
+++ b/tests/auto/sanity/sanity.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = tst_sanity
+
+QT += qml testlib core-private qml-private
+CONFIG += testcase
+osx:CONFIG -= app_bundle
+
+SOURCES += \
+ $$PWD/tst_sanity.cpp