summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2015-02-02 10:00:06 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-02-03 05:55:41 +0000
commit6b6cb2121f1ec56ba710a9b57ace3ee74aebe4f1 (patch)
treee8fdce29cfb6e9fdf46122945ff0449ae1f704bd
parentabea8fcaa4f84e85eeadb7a440554d8119c02d40 (diff)
Ensure the system libraries are linked when -opengl dynamic is usedv5.4.1
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>
-rw-r--r--src/plugins/directshow/directshow.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/directshow/directshow.pro b/src/plugins/directshow/directshow.pro
index 5b59ccfe0..7815927db 100644
--- a/src/plugins/directshow/directshow.pro
+++ b/src/plugins/directshow/directshow.pro
@@ -1,5 +1,5 @@
TARGET = dsengine
-win32:!qtHaveModule(opengl) {
+win32:!qtHaveModule(opengl)|contains(QT_CONFIG,dynamicgl) {
LIBS_PRIVATE += -lgdi32 -luser32
}
PLUGIN_TYPE=mediaservice