summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qpixmap/qpixmap.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/image/qpixmap/qpixmap.pro')
-rw-r--r--tests/auto/gui/image/qpixmap/qpixmap.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/gui/image/qpixmap/qpixmap.pro b/tests/auto/gui/image/qpixmap/qpixmap.pro
index 5a4656998a..e6a020af1a 100644
--- a/tests/auto/gui/image/qpixmap/qpixmap.pro
+++ b/tests/auto/gui/image/qpixmap/qpixmap.pro
@@ -5,9 +5,7 @@ QT += core-private gui-private testlib
qtHaveModule(widgets): QT += widgets widgets-private
SOURCES += tst_qpixmap.cpp
-!wince:!winrt {
- win32:LIBS += -lgdi32 -luser32
-}
+win32:!winrt:LIBS += -lgdi32 -luser32
RESOURCES += qpixmap.qrc
TESTDATA += convertFromImage/* convertFromToHICON/* loadFromData/* images/*