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