summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/wordcount/wordcount.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent/wordcount/wordcount.pro')
-rw-r--r--examples/qtconcurrent/wordcount/wordcount.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/qtconcurrent/wordcount/wordcount.pro b/examples/qtconcurrent/wordcount/wordcount.pro
index acb3d5454e..8b8285c4c0 100644
--- a/examples/qtconcurrent/wordcount/wordcount.pro
+++ b/examples/qtconcurrent/wordcount/wordcount.pro
@@ -5,8 +5,6 @@ CONFIG -= app_bundle
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
-sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
-INSTALLS += target sources
+INSTALLS += target
simulator: warning(This example does not work on Simulator platform)