summaryrefslogtreecommitdiffstats
path: root/src/window-lib
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-02-10 16:52:31 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-02-10 17:17:56 +0100
commit5e50996b9dd599625032a4b31da17cfbefc436b4 (patch)
tree676fd4468427a148e329641c888f7fec69731253 /src/window-lib
parent3b72b13831144dab71e0e1ba3c01d84ddbb56120 (diff)
Make sure to mark external dependencies as such via PUBLIC_LIBRARIES
Change-Id: Ibfeb775624650e4bfca3233bcd362789fefd2593 Fixes: QTBUG-100701 Pick-to: 6.2 6.3 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/window-lib')
-rw-r--r--src/window-lib/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window-lib/CMakeLists.txt b/src/window-lib/CMakeLists.txt
index 8b3b5f89..9f35631f 100644
--- a/src/window-lib/CMakeLists.txt
+++ b/src/window-lib/CMakeLists.txt
@@ -39,9 +39,10 @@ if(QT_FEATURE_am_multi_process)
waylandcompositor.cpp waylandcompositor.h
waylandqtamserverextension.cpp waylandqtamserverextension_p.h
waylandwindow.cpp waylandwindow.h
+ LIBRARIES
+ Qt::WaylandCompositorPrivate
PUBLIC_LIBRARIES
Qt::WaylandCompositor
- Qt::WaylandCompositorPrivate
)
endif()
@@ -50,6 +51,7 @@ qt_internal_extend_target(AppManWindowPrivate CONDITION QT_FEATURE_am_touch_emul
touchemulation_x11.cpp touchemulation_x11_p.h
LIBRARIES
Qt::GuiPrivate
+ PUBLIC_LIBRARIES
Qt::Test
X11::Xi
)