summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/xdgdesktopportal
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-10-07 18:28:51 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-08 13:10:58 +0000
commit6c452e2276cf1db8d3a7edb80fabf843d1e3c98a (patch)
tree542f550ca69174ef74afafd442fad3e52f715c01 /src/plugins/platformthemes/xdgdesktopportal
parent274571f6d56b2b05a61a42e6a5258f652e382bc6 (diff)
Regenerate platformthemes plugins
Change-Id: I1073bcc5467c345a4d6889a6bf5ba2ab484db050 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'src/plugins/platformthemes/xdgdesktopportal')
-rw-r--r--src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt b/src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt
index cdc272ea74..f2ea7a1b7d 100644
--- a/src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt
+++ b/src/plugins/platformthemes/xdgdesktopportal/CMakeLists.txt
@@ -13,10 +13,15 @@ add_qt_plugin(qxdgdesktopportal
qxdgdesktopportaltheme.cpp qxdgdesktopportaltheme.h
LIBRARIES
Qt::CorePrivate
- Qt::DBus
Qt::GuiPrivate
Qt::ThemeSupportPrivate
- # PLUGIN_CLASS_NAME = "QXdgDesktopPortalThemePlugin"
- # PLUGIN_EXTENDS = "-"
- # _LOADED = "qt_plugin"
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::DBus
+ Qt::Gui
+ Qt::ThemeSupport
)
+
+#### Keys ignored in scope 1:.:.:xdgdesktopportal.pro:<TRUE>:
+# PLUGIN_EXTENDS = "-"
+# _LOADED = "qt_plugin"