summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-17 13:59:36 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-22 09:12:14 +0200
commitc068b80727946328711c1385681b4a32ce5f0544 (patch)
treee41100a02d7212db321ca6797cd003d333de0ab8 /src/plugins/platforms/xcb
parent8ba9d2e0220777bc1a2322eeece7fa9a5c55a96d (diff)
Move UNIX themes into QtGui
Task-number: QTBUG-83255 Change-Id: I9e3aecd8e172b60121f472c840eaf2a5538af438 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb')
-rw-r--r--src/plugins/platforms/xcb/.prev_CMakeLists.txt1
-rw-r--r--src/plugins/platforms/xcb/CMakeLists.txt1
-rw-r--r--src/plugins/platforms/xcb/xcb_qpa_lib.pro1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/xcb/.prev_CMakeLists.txt b/src/plugins/platforms/xcb/.prev_CMakeLists.txt
index 83df27ddd0..350e97dd1f 100644
--- a/src/plugins/platforms/xcb/.prev_CMakeLists.txt
+++ b/src/plugins/platforms/xcb/.prev_CMakeLists.txt
@@ -43,7 +43,6 @@ qt_add_module(XcbQpa
Qt::CorePrivate
Qt::EdidSupportPrivate
Qt::GuiPrivate
- Qt::ThemeSupportPrivate
Qt::XkbCommonSupportPrivate
XCB::ICCCM
XCB::IMAGE
diff --git a/src/plugins/platforms/xcb/CMakeLists.txt b/src/plugins/platforms/xcb/CMakeLists.txt
index 28861862d8..5cb208a7f2 100644
--- a/src/plugins/platforms/xcb/CMakeLists.txt
+++ b/src/plugins/platforms/xcb/CMakeLists.txt
@@ -43,7 +43,6 @@ qt_add_module(XcbQpa
Qt::CorePrivate
Qt::EdidSupportPrivate
Qt::GuiPrivate
- Qt::ThemeSupportPrivate
Qt::XkbCommonSupportPrivate
XCB::ICCCM
XCB::IMAGE
diff --git a/src/plugins/platforms/xcb/xcb_qpa_lib.pro b/src/plugins/platforms/xcb/xcb_qpa_lib.pro
index 0e168b9e1c..49d5cf7b63 100644
--- a/src/plugins/platforms/xcb/xcb_qpa_lib.pro
+++ b/src/plugins/platforms/xcb/xcb_qpa_lib.pro
@@ -4,7 +4,6 @@ DEFINES += QT_NO_FOREACH
QT += \
core-private gui-private \
- theme_support-private \
edid_support-private \
xkbcommon_support-private