summaryrefslogtreecommitdiffstats
path: root/tests/auto/runtime/runtime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/runtime/runtime.pro')
-rw-r--r--tests/auto/runtime/runtime.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/runtime/runtime.pro b/tests/auto/runtime/runtime.pro
new file mode 100644
index 00000000..64c550cc
--- /dev/null
+++ b/tests/auto/runtime/runtime.pro
@@ -0,0 +1,11 @@
+TARGET = tst_runtime
+
+include($$PWD/../tests.pri)
+
+QT *= qml
+QT *= \
+ appman_common-private \
+ appman_application-private \
+ appman_manager-private \
+
+SOURCES += tst_runtime.cpp