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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro
index f41ba881a2..58a5576568 100644
--- a/examples/qtconcurrent/qtconcurrent.pro
+++ b/examples/qtconcurrent/qtconcurrent.pro
@@ -17,7 +17,7 @@ contains(QT_CONFIG, no-widgets) {
}
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
+target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
INSTALLS += target sources