aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickstyle/qquickstyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickstyle/qquickstyle.pro')
-rw-r--r--tests/auto/qquickstyle/qquickstyle.pro26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/auto/qquickstyle/qquickstyle.pro b/tests/auto/qquickstyle/qquickstyle.pro
deleted file mode 100644
index eed434b5..00000000
--- a/tests/auto/qquickstyle/qquickstyle.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickstyle
-SOURCES += tst_qquickstyle.cpp
-
-macos:CONFIG -= app_bundle
-
-QT += quickcontrols2 testlib
-QT_PRIVATE += core-private gui-private quickcontrols2-private
-
-include (../shared/util.pri)
-
-TESTDATA = $$PWD/data/*
-
-OTHER_FILES += \
- data/CmdLineArgStyle/Control.qml \
- data/CmdLineArgStyle/qmldir \
- data/EnvVarStyle/Control.qml \
- data/EnvVarStyle/qmldir \
- data/EnvVarFallbackStyle/Control.qml \
- data/EnvVarFallbackStyle/qmldir
-
-custom.files = \
- data/Custom/Label.qml \
- data/Custom/qmldir
-custom.prefix = /
-RESOURCES += custom