summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/hellothread/hellothread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/hellothread/hellothread.pro')
-rw-r--r--examples/widgets/tutorials/threads/hellothread/hellothread.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tutorials/threads/hellothread/hellothread.pro b/examples/widgets/tutorials/threads/hellothread/hellothread.pro
index 291dbf156d..8bc14d09c3 100644
--- a/examples/widgets/tutorials/threads/hellothread/hellothread.pro
+++ b/examples/widgets/tutorials/threads/hellothread/hellothread.pro
@@ -8,9 +8,9 @@ SOURCES += main.cpp \
HEADERS += hellothread.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads/hellothread
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/hellothread
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellothread.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads/hellothread
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/hellothread
INSTALLS += target sources