summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/network-chat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/network-chat.pro')
-rw-r--r--examples/network/network-chat/network-chat.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/network-chat/network-chat.pro b/examples/network/network-chat/network-chat.pro
index 49b32aa356..17b31b58ff 100644
--- a/examples/network/network-chat/network-chat.pro
+++ b/examples/network/network-chat/network-chat.pro
@@ -13,9 +13,9 @@ FORMS = chatdialog.ui
QT += network widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/network-chat
+target.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network-chat.pro *.chat
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/network-chat
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
INSTALLS += target sources