summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/styles/windowsvista/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/plugins/styles/windowsvista/CMakeLists.txt b/src/plugins/styles/windowsvista/CMakeLists.txt
index 3304150c3e..bbb9210f10 100644
--- a/src/plugins/styles/windowsvista/CMakeLists.txt
+++ b/src/plugins/styles/windowsvista/CMakeLists.txt
@@ -13,11 +13,12 @@ qt_add_plugin(qwindowsvistastyle
qwindowsvistastyle_p_p.h
qwindowsxpstyle.cpp qwindowsxpstyle_p.h
qwindowsxpstyle_p_p.h
+ INCLUDE_DIRECTORIES
+ ../3rdparty/wintab
LIBRARIES
Qt::WidgetsPrivate
gdi32
user32
- uxtheme
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
@@ -26,3 +27,13 @@ qt_add_plugin(qwindowsvistastyle
#### Keys ignored in scope 1:.:.:windowsvista.pro:<TRUE>:
# DISTFILES = "windowsvistastyle.json"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(qwindowsvistastyle CONDITION NOT WINRT
+ LIBRARIES
+ dwmapi
+ shell32
+ uxtheme
+)