summaryrefslogtreecommitdiffstats
path: root/examples/network/http
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/http')
-rw-r--r--examples/network/http/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/http/CMakeLists.txt b/examples/network/http/CMakeLists.txt
index 7c68d5156c..0592dfa8e2 100644
--- a/examples/network/http/CMakeLists.txt
+++ b/examples/network/http/CMakeLists.txt
@@ -25,7 +25,7 @@ set_target_properties(http PROPERTIES
MACOSX_BUNDLE TRUE
)
-target_link_libraries(http PUBLIC
+target_link_libraries(http PRIVATE
Qt6::Core
Qt6::Gui
Qt6::Network