summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt
blob: cdc272ea74abee34376135877f5151d2fcaa32cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from xdgdesktopportal.pro.

#####################################################################
## qxdgdesktopportal Plugin:
#####################################################################

add_qt_plugin(qxdgdesktopportal
    TYPE platformthemes
    CLASS_NAME QXdgDesktopPortalThemePlugin
    SOURCES
        main.cpp
        qxdgdesktopportalfiledialog.cpp qxdgdesktopportalfiledialog_p.h
        qxdgdesktopportaltheme.cpp qxdgdesktopportaltheme.h
    LIBRARIES
        Qt::CorePrivate
        Qt::DBus
        Qt::GuiPrivate
        Qt::ThemeSupportPrivate
    # PLUGIN_CLASS_NAME = "QXdgDesktopPortalThemePlugin"
    # PLUGIN_EXTENDS = "-"
    # _LOADED = "qt_plugin"
)