summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro')
-rw-r--r--examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro b/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
index b6e87acf88..794c095aa0 100644
--- a/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
+++ b/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
@@ -7,9 +7,9 @@ TEMPLATE = app
SOURCES += helloconcurrent.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads/helloconcurrent
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/helloconcurrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloconcurrent.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads/helloconcurrent
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/helloconcurrent
INSTALLS += target sources