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, 2 insertions, 2 deletions
diff --git a/examples/qtconcurrent/progressdialog/progressdialog.pro b/examples/qtconcurrent/progressdialog/progressdialog.pro
index 3ec3243b6a..4789adf41f 100644
--- a/examples/qtconcurrent/progressdialog/progressdialog.pro
+++ b/examples/qtconcurrent/progressdialog/progressdialog.pro
@@ -3,9 +3,9 @@ CONFIG += console
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/progressdialog
+target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/progressdialog
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
INSTALLS += target sources
simulator: warning(This example does not work on Simulator platform)