Ensure the system libraries are linked when -opengl dynamic is used

Task-number: QTBUG-43211
Change-Id: Id543c74233f547c61164b9d32a5f6a3f6d1bc1b3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Andy Shaw
2015-02-02 10:00:06 +01:00
committed by Jani Heikkinen
parent abea8fcaa4
commit 6b6cb2121f

View File

@@ -1,5 +1,5 @@
TARGET = dsengine TARGET = dsengine
win32:!qtHaveModule(opengl) { win32:!qtHaveModule(opengl)|contains(QT_CONFIG,dynamicgl) {
LIBS_PRIVATE += -lgdi32 -luser32 LIBS_PRIVATE += -lgdi32 -luser32
} }
PLUGIN_TYPE=mediaservice PLUGIN_TYPE=mediaservice