summaryrefslogtreecommitdiffstats
path: root/examples/threads/semaphores/semaphores.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/semaphores/semaphores.pro')
-rw-r--r--examples/threads/semaphores/semaphores.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/threads/semaphores/semaphores.pro b/examples/threads/semaphores/semaphores.pro
index 98159bb69c..49690a6b4b 100644
--- a/examples/threads/semaphores/semaphores.pro
+++ b/examples/threads/semaphores/semaphores.pro
@@ -5,9 +5,9 @@ CONFIG -= app_bundle
CONFIG += console
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
+target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS semaphores.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
+sources.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
INSTALLS += target sources