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