aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-05-27 08:28:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-28 10:26:19 +0200
commit0d10bdb73e00fb7d7ba8bbbedd7664ad1592f91a (patch)
treeccb501fc7e95fa9a195211732ee5ce8e01f9be44 /tests
parent1bdeea99b67b241fe30d9a280820652ffd9d8145 (diff)
Fix build with dynamic GL.
Change-Id: I9dafdea8745e680a20c162496f3b5089b38037de Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qpixmap/qpixmap.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
index 7c35cdf..cd353fb 100644
--- a/tests/auto/qpixmap/qpixmap.pro
+++ b/tests/auto/qpixmap/qpixmap.pro
@@ -2,3 +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