summaryrefslogtreecommitdiff
path: root/tests/auto/runtime
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:41:34 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 15:56:23 +0200
commite38f7b9239383b55617acc101c212a83fe63cd54 (patch)
tree1ea7c40e6a20eefb69de435da71926738bf928c9 /tests/auto/runtime
parent28db22bc8a55dc57126c575b9d5381fa6548a8ba (diff)
downloadqtapplicationmanager-e38f7b9239383b55617acc101c212a83fe63cd54.tar.gz
cmake: remove qmake build system (except in examples/)
Change-Id: I8d00047f8e03bb77863041eaa99f1bba13a15a32 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/auto/runtime')
-rw-r--r--tests/auto/runtime/runtime.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/runtime/runtime.pro b/tests/auto/runtime/runtime.pro
deleted file mode 100644
index 64c550cc..00000000
--- a/tests/auto/runtime/runtime.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_runtime
-
-include($$PWD/../tests.pri)
-
-QT *= qml
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_manager-private \
-
-SOURCES += tst_runtime.cpp