summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/gtk3/CMakeLists.txt
blob: 17902f4b95013f36a7fc81f37bd99af284f2372d (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
# Generated from gtk3.pro.

qt_find_package(GTK3) # special case
qt_find_package(X11) # special case

#####################################################################
## qgtk3 Plugin:
#####################################################################

add_qt_plugin(qgtk3
    TYPE platformthemes
    CLASS_NAME QGtk3ThemePlugin
    SOURCES
        main.cpp
        qgtk3dialoghelpers.cpp qgtk3dialoghelpers.h
        qgtk3menu.cpp qgtk3menu.h
        qgtk3theme.cpp qgtk3theme.h
    DEFINES
        GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::ThemeSupportPrivate
        X11::X11 # special case
    PUBLIC_LIBRARIES
        PkgConfig::GTK3
        Qt::Core
        Qt::Gui
        Qt::ThemeSupport
)

#### Keys ignored in scope 1:.:.:gtk3.pro:<TRUE>:
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"