summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/torrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/torrent.pro')
-rw-r--r--examples/network/torrent/torrent.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/network/torrent/torrent.pro b/examples/network/torrent/torrent.pro
index a080ec07e2..76887ae649 100644
--- a/examples/network/torrent/torrent.pro
+++ b/examples/network/torrent/torrent.pro
@@ -1,4 +1,4 @@
-QT += widgets
+QT += network widgets
HEADERS += addtorrentdialog.h \
bencodeparser.h \
@@ -29,8 +29,6 @@ SOURCES += main.cpp \
FORMS += forms/addtorrentform.ui
RESOURCES += icons.qrc
-QT += network
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
INSTALLS += target