summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eventdispatchers
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-28 14:00:54 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 10:15:36 +0000
commit63389cad18dd0ebdefb43cd63564caa4213312dd (patch)
treeeeafad3672ef90049e0b80fcad44273a4ea95e5c /src/platformsupport/eventdispatchers
parent8d4a15c68fe51572dae31287822bda377dea2388 (diff)
CMake: Re-generate platformsupport/eventdispatcher
Change-Id: Ib2c502cc4f2e7b91304ec4d0b4f1702327890dfb Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'src/platformsupport/eventdispatchers')
-rw-r--r--src/platformsupport/eventdispatchers/CMakeLists.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/platformsupport/eventdispatchers/CMakeLists.txt b/src/platformsupport/eventdispatchers/CMakeLists.txt
index f8898ea672..ba0d71f03b 100644
--- a/src/platformsupport/eventdispatchers/CMakeLists.txt
+++ b/src/platformsupport/eventdispatchers/CMakeLists.txt
@@ -1,10 +1,8 @@
-# Generated from eventdispatchers.pro.
-
-find_package(GLIB2)
-set_package_properties(GLib PROPERTIES TYPE OPTIONAL)
+find_package(GLIB2) # special case
+set_package_properties(GLib PROPERTIES TYPE OPTIONAL) # special case
#####################################################################
-## QtEventDispatcherSupport Module:
+## EventDispatcherSupport Module:
#####################################################################
add_qt_module(EventDispatcherSupport
@@ -16,6 +14,12 @@ add_qt_module(EventDispatcherSupport
Qt::GuiPrivate
)
+#### Keys ignored in scope 1:.:eventdispatchers.pro:<NONE>:
+# CONFIG = "static" "internal_module"
+# MODULE = "eventdispatcher_support"
+# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
+# _LOADED = "qt_module"
+
## Scopes:
#####################################################################
@@ -26,7 +30,7 @@ extend_target(EventDispatcherSupport CONDITION UNIX
qunixeventdispatcher_qpa_p.h
)
-extend_target(EventDispatcherSupport CONDITION NOT UNIX
+extend_target(EventDispatcherSupport CONDITION WIN32
SOURCES
qwindowsguieventdispatcher.cpp qwindowsguieventdispatcher_p.h
)