summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/qtconcurrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent/qtconcurrent.pro')
-rw-r--r--examples/qtconcurrent/qtconcurrent.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro
index 58a5576568..72220b1ab3 100644
--- a/examples/qtconcurrent/qtconcurrent.pro
+++ b/examples/qtconcurrent/qtconcurrent.pro
@@ -15,9 +15,3 @@ contains(QT_CONFIG, no-widgets) {
runfunction \
wordcount
}
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
-INSTALLS += target sources