summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/.prev_CMakeLists.txt
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/platformsupport/.prev_CMakeLists.txt
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/platformsupport/.prev_CMakeLists.txt')
-rw-r--r--src/platformsupport/.prev_CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/platformsupport/.prev_CMakeLists.txt b/src/platformsupport/.prev_CMakeLists.txt
index 157a53aeca..4b2fce1c6c 100644
--- a/src/platformsupport/.prev_CMakeLists.txt
+++ b/src/platformsupport/.prev_CMakeLists.txt
@@ -4,9 +4,6 @@ add_subdirectory(edid)
add_subdirectory(devicediscovery)
add_subdirectory(fbconvenience)
add_subdirectory(linuxofono)
-if(QT_FEATURE_xcb OR (UNIX AND NOT MACOS AND NOT UIKIT))
- add_subdirectory(themes)
-endif()
if(QT_FEATURE_evdev OR QT_FEATURE_integrityhid OR QT_FEATURE_libinput OR QT_FEATURE_tslib OR QT_FEATURE_xkbcommon)
add_subdirectory(input)
endif()