summaryrefslogtreecommitdiffstats
path: root/src/gui/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-10 13:03:35 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-10 19:58:19 +0200
commit7ec12b2902cc84a85ac6fe05ea98f76efa214344 (patch)
tree41886bbf1a68878c3c93d35a05f8c0d94027e0b3 /src/gui/.prev_CMakeLists.txt
parent732c670590ae87b549ef0377d918bcb05e25fae4 (diff)
Move the UNIX event dispatchers into QtGui
Task-number: QTBUG-83255 Change-Id: I7d32eb1ec01784c9ed6bf5fc4913ffc5b3a34a49 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/.prev_CMakeLists.txt')
-rw-r--r--src/gui/.prev_CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/.prev_CMakeLists.txt b/src/gui/.prev_CMakeLists.txt
index c2d00b7b03..e53ec30af8 100644
--- a/src/gui/.prev_CMakeLists.txt
+++ b/src/gui/.prev_CMakeLists.txt
@@ -643,6 +643,20 @@ qt_extend_target(Gui CONDITION WASM
platform/wasm/qwasmlocalfileaccess.cpp platform/wasm/qwasmlocalfileaccess_p.h
)
+qt_extend_target(Gui CONDITION UNIX
+ SOURCES
+ platform/unix/qgenericunixeventdispatcher.cpp platform/unix/qgenericunixeventdispatcher_p.h
+ platform/unix/qunixeventdispatcher.cpp
+ platform/unix/qunixeventdispatcher_qpa_p.h
+)
+
+qt_extend_target(Gui CONDITION QT_FEATURE_glib AND UNIX
+ SOURCES
+ platform/unix/qeventdispatcher_glib.cpp platform/unix/qeventdispatcher_glib_p.h
+ LIBRARIES
+ GLIB2::GLIB2
+)
+
qt_extend_target(Gui CONDITION IOS OR MACOS
SOURCES
rhi/qrhimetal.mm rhi/qrhimetal_p.h