diff --git a/src/platformsupport/eventdispatchers/CMakeLists.txt b/src/platformsupport/eventdispatchers/CMakeLists.txt index 4037204f60..9f5b4a0669 100644 --- a/src/platformsupport/eventdispatchers/CMakeLists.txt +++ b/src/platformsupport/eventdispatchers/CMakeLists.txt @@ -1,5 +1,6 @@ +# Generated from eventdispatchers.pro. + qt_find_package(GLIB2) # special case -set_package_properties(GLib PROPERTIES TYPE OPTIONAL) # special case ##################################################################### ## EventDispatcherSupport Module: @@ -12,9 +13,12 @@ add_qt_module(EventDispatcherSupport LIBRARIES Qt::CorePrivate Qt::GuiPrivate + PUBLIC_LIBRARIES + Qt::Core + Qt::Gui ) -#### Keys ignored in scope 1:.:eventdispatchers.pro:: +#### Keys ignored in scope 1:.:.:eventdispatchers.pro:: # CONFIG = "static" "internal_module" # MODULE = "eventdispatcher_support" # PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"