summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/http/http.pro')
-rw-r--r--examples/network/http/http.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/http/http.pro b/examples/network/http/http.pro
index 8349de4622..640cba9779 100644
--- a/examples/network/http/http.pro
+++ b/examples/network/http/http.pro
@@ -7,7 +7,7 @@ FORMS += authenticationdialog.ui
QT += network
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
+target.path = $$[QT_INSTALL_EXAMPLES]/network/http
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target sources