summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-08-22 10:11:26 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-08-22 22:26:53 +0200
commit45f681e8183fc876f5943495edb18edf78f29158 (patch)
tree6b9db9d5fbbcc9a3607585fce7ea2288d8feb67d /tests/auto/widgets/styles/qstyle/qstyle.pro
parentf65cfadd041078b80389c178d4f8be055163bdae (diff)
tst_QStyle: Remove unused baseline images (Windows Vista/macOS)
The test contained outdated baseline images for 1) Windows Vista: They were only used for OS version Vista and do not match any more. 2) macOS: They were apparently were not in use any more Remove the testing and image comparison code. Task-number: QTBUG-76493 Change-Id: I91cec5113db8d1845b43f97ad2987e63d9f86ac7 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
Diffstat (limited to 'tests/auto/widgets/styles/qstyle/qstyle.pro')
-rw-r--r--tests/auto/widgets/styles/qstyle/qstyle.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/widgets/styles/qstyle/qstyle.pro b/tests/auto/widgets/styles/qstyle/qstyle.pro
index 9ad0940245..4dc0525c49 100644
--- a/tests/auto/widgets/styles/qstyle/qstyle.pro
+++ b/tests/auto/widgets/styles/qstyle/qstyle.pro
@@ -2,8 +2,3 @@ CONFIG += testcase
TARGET = tst_qstyle
QT += widgets testlib testlib-private
SOURCES += tst_qstyle.cpp
-
-android:!android-embedded {
- RESOURCES += \
- testdata.qrc
-}