aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickuniversalstyle
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/qquickuniversalstyle
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/qquickuniversalstyle')
-rw-r--r--tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro b/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
deleted file mode 100644
index f77d812f..00000000
--- a/tests/auto/qquickuniversalstyle/qquickuniversalstyle.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-TARGET = tst_qquickuniversalstyle
-CONFIG += qmltestcase
-
-SOURCES += \
- $$PWD/tst_qquickuniversalstyle.cpp
-
-RESOURCES += \
- $$PWD/qtquickcontrols2.conf
-
-OTHER_FILES += \
- $$PWD/data/*.qml
-
-TESTDATA += \
- $$PWD/data/tst_*