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:
committed by
Jani Heikkinen
parent
abea8fcaa4
commit
6b6cb2121f
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user