summaryrefslogtreecommitdiffstats
path: root/examples/richtext/textobject
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 09:58:41 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-10-08 12:16:49 (GMT)
commitf8596b2269631b9522e51bb0a68d86588d4696c7 (patch)
treebb2457f515a44e3a51a2346999eafd8025903488 /examples/richtext/textobject
parent269821d9a1eda2893f84fdeff76edef576f9847d (diff)
downloadQt-f8596b2269631b9522e51bb0a68d86588d4696c7.zip
Qt-f8596b2269631b9522e51bb0a68d86588d4696c7.tar.gz
Qt-f8596b2269631b9522e51bb0a68d86588d4696c7.tar.bz2
Align .pro with qmake: s/\.sources/.files/.
Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
Diffstat (limited to 'examples/richtext/textobject')
-rw-r--r--examples/richtext/textobject/textobject.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro
index 4fa9cb0..222b0fe 100644
--- a/examples/richtext/textobject/textobject.pro
+++ b/examples/richtext/textobject/textobject.pro
@@ -12,7 +12,7 @@ sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/textobject
INSTALLS += target sources
-filesToDeploy.sources = files/*.svg
+filesToDeploy.files = files/*.svg
filesToDeploy.path = files
DEPLOYMENT += filesToDeploy