Mark QIcon test as not supporting high-DPI pixmaps
As of 951d490750, high-DPI support
for pixmaps is enabled by default, which makes this test fail
when running on a local system with a high-DPI display.
Change-Id: I3fe4674d19a57bf82aa32b01d470c714092f7e62
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
parent
6a2f34db0b
commit
c692f41ae5
|
|
@ -1,5 +1,6 @@
|
|||
# Generated from qicon.pro.
|
||||
|
||||
add_definitions(-DTESTCASE_LOWDPI) # special case
|
||||
#####################################################################
|
||||
## tst_qicon Test:
|
||||
#####################################################################
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += testcase testcase_lowdpi
|
||||
TARGET = tst_qicon
|
||||
|
||||
QT += testlib
|
||||
|
|
|
|||
Loading…
Reference in New Issue