summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/modernwindows/CMakeLists.txt
blob: 985bce3a2d6b70c42f70d0944a306908b2e44eb6 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## QWindowsVistaStylePlugin Plugin:
#####################################################################

qt_internal_add_plugin(QModernWindowsStylePlugin
    OUTPUT_NAME qmodernwindowsstyle
    PLUGIN_TYPE styles
    SOURCES
        main.cpp
        qwindowsvistastyle.cpp qwindowsvistastyle_p.h
        qwindows11style.cpp qwindows11style_p.h
        qwindowsvistastyle_p_p.h
        qwindowsvistaanimation.cpp qwindowsvistaanimation_p.h
        qwindowsthemedata.cpp qwindowsthemedata_p.h

    LIBRARIES
        gdi32
        user32
        uxtheme
        Qt::Core
        Qt::Gui
        Qt::GuiPrivate
        Qt::WidgetsPrivate
)