aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-19 12:17:03 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-19 13:49:42 +0000
commit904b4130be7c4ce2c91ca57864b373938a4ed237 (patch)
tree970b435a48cfd1ab8fe155c3c63feac6a340eeb5 /tests
parent11c1390b44cc0398ae8739eb2e7a440140fa6176 (diff)
Adjust to qtConfig() changes in qtbase
Change-Id: Ia72129947858da59a05a7114a5b35514e443909f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qpixmap/qpixmap.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
index cd353fb..47c70fc 100644
--- a/tests/auto/qpixmap/qpixmap.pro
+++ b/tests/auto/qpixmap/qpixmap.pro
@@ -2,4 +2,4 @@ CONFIG += testcase
TARGET = tst_qpixmap
QT += gui testlib winextras
SOURCES += tst_qpixmap.cpp
-win32:!qtHaveModule(opengl)|contains(QT_CONFIG, dynamicgl):LIBS += -lgdi32 -luser32
+win32:!qtHaveModule(opengl)|qtConfig(dynamicgl):LIBS += -lgdi32 -luser32