summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/windowsvista/CMakeLists.txt
blob: bbb9210f10f3037bffe4fee99ccd3479c958708d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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
    INCLUDE_DIRECTORIES
        ../3rdparty/wintab
    LIBRARIES
        Qt::WidgetsPrivate
        gdi32
        user32
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Widgets
)

#### Keys ignored in scope 1:.:.:windowsvista.pro:<TRUE>:
# DISTFILES = "windowsvistastyle.json"

## Scopes:
#####################################################################

qt_extend_target(qwindowsvistastyle CONDITION NOT WINRT
    LIBRARIES
        dwmapi
        shell32
        uxtheme
)