summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/platformsupport/platformcompositor/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/platformsupport/platformcompositor/CMakeLists.txt b/src/platformsupport/platformcompositor/CMakeLists.txt
index a8696be5cd..1cb4752ead 100644
--- a/src/platformsupport/platformcompositor/CMakeLists.txt
+++ b/src/platformsupport/platformcompositor/CMakeLists.txt
@@ -14,9 +14,12 @@ add_qt_module(PlatformCompositorSupport
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
)
-#### Keys ignored in scope 1:.:platformcompositor.pro:<NONE>:
+#### Keys ignored in scope 1:.:.:platformcompositor.pro:<TRUE>:
# CONFIG = "static" "internal_module"
# MODULE = "platformcompositor_support"
# _LOADED = "qt_module"