summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-09-12 16:13:25 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-09-14 11:59:08 +0200
commita14d3b64afdca49b363b95c1d35ef08e750f7205 (patch)
tree887a5a46b4c41ff088683c2e1be5b9c4dc57cf3e
parente60624feb19ec0a03610356063320e4314562d47 (diff)
downloadqtsvg-a14d3b64afdca49b363b95c1d35ef08e750f7205.tar.gz
Mark tst_qicon_svg test as low-DPI
Change-Id: Ifb957ef40b5754ff3cd293c0537d5ba61ddaac3d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--tests/auto/qicon_svg/CMakeLists.txt1
-rw-r--r--tests/auto/qicon_svg/qicon_svg.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qicon_svg/CMakeLists.txt b/tests/auto/qicon_svg/CMakeLists.txt
index 54b8666..5f18ff2 100644
--- a/tests/auto/qicon_svg/CMakeLists.txt
+++ b/tests/auto/qicon_svg/CMakeLists.txt
@@ -11,6 +11,7 @@ file(GLOB_RECURSE test_data_glob
list(APPEND test_data ${test_data_glob})
qt_add_test(tst_qicon_svg
+ LOWDPI
SOURCES
tst_qicon_svg.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/qicon_svg/qicon_svg.pro b/tests/auto/qicon_svg/qicon_svg.pro
index a0558fd..77558f9 100644
--- a/tests/auto/qicon_svg/qicon_svg.pro
+++ b/tests/auto/qicon_svg/qicon_svg.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase testcase_lowdpi
TARGET = tst_qicon_svg
QT += svg testlib gui-private