summaryrefslogtreecommitdiff
path: root/tests/manual
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/manual
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/manual')
-rw-r--r--tests/manual/manual.pro6
-rw-r--r--tests/manual/monitormodel/monitormodel.pro5
2 files changed, 0 insertions, 11 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
deleted file mode 100644
index 49d5c3b4..00000000
--- a/tests/manual/manual.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-requires(false) # visible in QtCreator, but not built by default
-
-TEMPLATE = subdirs
-
-SUBDIRS = \
- monitormodel \
diff --git a/tests/manual/monitormodel/monitormodel.pro b/tests/manual/monitormodel/monitormodel.pro
deleted file mode 100644
index 7c2e33bc..00000000
--- a/tests/manual/monitormodel/monitormodel.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = aux
-
-OTHER_FILES = \
- *.qml \
- README \