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

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

add_qt_plugin(qxdgdesktopportal
    TYPE platformthemes
    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"
)