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