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