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, 2 insertions, 2 deletions
diff --git a/examples/network/torrent/torrent.pro b/examples/network/torrent/torrent.pro
index 36bc795faf..118ea02929 100644
--- a/examples/network/torrent/torrent.pro
+++ b/examples/network/torrent/torrent.pro
@@ -32,10 +32,10 @@ RESOURCES += icons.qrc
QT += network
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/torrent
+target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES torrent.pro *.torrent
sources.files += icons forms 3rdparty
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/torrent
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
INSTALLS += target sources