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, 1 insertions, 3 deletions
diff --git a/examples/threads/semaphores/semaphores.pro b/examples/threads/semaphores/semaphores.pro
index 49690a6b4b..ec199fa3c2 100644
--- a/examples/threads/semaphores/semaphores.pro
+++ b/examples/threads/semaphores/semaphores.pro
@@ -6,9 +6,7 @@ CONFIG += console
# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS semaphores.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
-INSTALLS += target sources
+INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)