cmake: Enable the Windows Vista style
Change-Id: I1c59ee0eb30dcabfa29837cbfb4ea9a01ac50d0c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
2a1fc7b835
commit
8dc49161bb
@ -7,5 +7,5 @@ if(QT_FEATURE_style_mac)
|
||||
add_subdirectory(mac)
|
||||
endif()
|
||||
if(QT_FEATURE_style_windowsvista)
|
||||
# add_subdirectory(windowsvista) # special case TODO
|
||||
add_subdirectory(windowsvista)
|
||||
endif()
|
||||
|
28
src/plugins/styles/windowsvista/CMakeLists.txt
Normal file
28
src/plugins/styles/windowsvista/CMakeLists.txt
Normal file
@ -0,0 +1,28 @@
|
||||
# Generated from windowsvista.pro.
|
||||
|
||||
#####################################################################
|
||||
## qwindowsvistastyle Plugin:
|
||||
#####################################################################
|
||||
|
||||
qt_add_plugin(qwindowsvistastyle
|
||||
TYPE styles
|
||||
CLASS_NAME QWindowsVistaStylePlugin
|
||||
SOURCES
|
||||
main.cpp
|
||||
qwindowsvistastyle.cpp qwindowsvistastyle_p.h
|
||||
qwindowsvistastyle_p_p.h
|
||||
qwindowsxpstyle.cpp qwindowsxpstyle_p.h
|
||||
qwindowsxpstyle_p_p.h
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
gdi32
|
||||
user32
|
||||
uxtheme
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:windowsvista.pro:<TRUE>:
|
||||
# DISTFILES = "windowsvistastyle.json"
|
Loading…
Reference in New Issue
Block a user