summaryrefslogtreecommitdiffstats
path: root/examples/network/multicastreceiver/multicastreceiver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/multicastreceiver/multicastreceiver.pro')
-rw-r--r--examples/network/multicastreceiver/multicastreceiver.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/multicastreceiver/multicastreceiver.pro b/examples/network/multicastreceiver/multicastreceiver.pro
index 9f0ba09dc7..49cecb254a 100644
--- a/examples/network/multicastreceiver/multicastreceiver.pro
+++ b/examples/network/multicastreceiver/multicastreceiver.pro
@@ -6,8 +6,8 @@ SOURCES = receiver.cpp \
QT += network
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
+target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multicastreceiver.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
INSTALLS += target sources