summaryrefslogtreecommitdiffstats
path: root/examples/network/threadedfortuneserver/threadedfortuneserver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/threadedfortuneserver/threadedfortuneserver.pro')
-rw-r--r--examples/network/threadedfortuneserver/threadedfortuneserver.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/network/threadedfortuneserver/threadedfortuneserver.pro b/examples/network/threadedfortuneserver/threadedfortuneserver.pro
index cb6be41d33..2538701b94 100644
--- a/examples/network/threadedfortuneserver/threadedfortuneserver.pro
+++ b/examples/network/threadedfortuneserver/threadedfortuneserver.pro
@@ -1,4 +1,4 @@
-QT += widgets
+QT += network widgets
HEADERS = dialog.h \
fortuneserver.h \
@@ -7,7 +7,6 @@ SOURCES = dialog.cpp \
fortuneserver.cpp \
fortunethread.cpp \
main.cpp
-QT += network
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver