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