diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qicon_svg/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/auto/qicon_svg/qicon_svg.pro | 2 |
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 |