aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickapplicationwindow
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 17:07:49 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-11 16:43:37 +0100
commitbe7c1c9dd4eeedf9760903b217de3d302bfe6c2c (patch)
tree2a4f89e696521f4ea1b4ef6a5885445bed7fe77a /tests/auto/qquickapplicationwindow
parent20ae3f8f3e60eb93cc6b7070da85fc23edceb651 (diff)
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Pick-to: 6.1 Task-number: QTBUG-88742 Change-Id: I4247294258629c92e80914518e9208019090c815 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tests/auto/qquickapplicationwindow')
-rw-r--r--tests/auto/qquickapplicationwindow/qquickapplicationwindow.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qquickapplicationwindow/qquickapplicationwindow.pro b/tests/auto/qquickapplicationwindow/qquickapplicationwindow.pro
deleted file mode 100644
index 775f4c90..00000000
--- a/tests/auto/qquickapplicationwindow/qquickapplicationwindow.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickapplicationwindow
-SOURCES += tst_qquickapplicationwindow.cpp
-
-macos:CONFIG -= app_bundle
-
-QT += core-private gui-private qml-private quick-private quicktemplates2-private quickcontrols2-private testlib
-
-include (../shared/util.pri)
-
-TESTDATA = data/*
-
-OTHER_FILES += \
- data/*.qml
-