summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/windows.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-09 09:14:23 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-01 13:37:19 +0000
commit5cbc4609906bbd0484344f96643840ffdc723d69 (patch)
treef4fbdebcd1166fd5ed93e25f8d0b2229743c26ce /src/plugins/platforms/windows/windows.pro
parent2cba33901bfc4cbd86334c2484e78b61f131dcf5 (diff)
Windows QPA: Increase API level to 0x600 (Windows Vista).
- Directly link against dwmapi which should be present on Windows Vista and remove duplicated header constants. - Remove struct QWindowsShell32DL since all required functions are present on Windows Vista. - Remove functions that are no longer needed from QWindowsUser32DLL with exception of the clipboard functions which are not present in the MinGW stub libraries until v5. Task-number: QTBUG-51673 Change-Id: Ia4a8a3f1db0f0d02322317d547e61ae39f9008b5 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/windows/windows.pro')
-rw-r--r--src/plugins/platforms/windows/windows.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/windows.pro b/src/plugins/platforms/windows/windows.pro
index aef9f5330c..adafa830d5 100644
--- a/src/plugins/platforms/windows/windows.pro
+++ b/src/plugins/platforms/windows/windows.pro
@@ -4,7 +4,7 @@ QT *= core-private
QT *= gui-private
QT *= platformsupport-private
-LIBS += -lgdi32
+LIBS += -lgdi32 -ldwmapi
include(windows.pri)