summaryrefslogtreecommitdiffstats
path: root/examples/network/http
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/http')
-rw-r--r--examples/network/http/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/network/http/CMakeLists.txt b/examples/network/http/CMakeLists.txt
index d1c61f1c98..30f6b900e2 100644
--- a/examples/network/http/CMakeLists.txt
+++ b/examples/network/http/CMakeLists.txt
@@ -12,7 +12,9 @@ add_qt_executable(http
authenticationdialog.ui
httpwindow.cpp httpwindow.h
main.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::Network
Qt::Widgets
+ ENABLE_AUTOGEN_TOOLS
+ uic
)