aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-22 20:47:58 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-13 04:35:22 +0000
commit578d2717196cdf109d459c7a63b5085dc0791747 (patch)
tree50758ec06fa533d470ffdca61c6963457a145a33 /examples/quick/tutorials
parente6f5f57c5349e42e1350b0d5ce2150e0a8743253 (diff)
make use of COPIES
Change-Id: I479c9523a89be1d64364e8205daa5860e16882cc Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'examples/quick/tutorials')
-rw-r--r--examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro b/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro
index e88e8f670c..daac0e29eb 100644
--- a/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro
+++ b/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro
@@ -21,5 +21,6 @@ SOURCES += \
OTHER_FILES += qmldir
# Copy the qmldir file to the same folder as the plugin binary
-QMAKE_POST_LINK += $$QMAKE_COPY $$shell_quote($$shell_path($$PWD/qmldir)) \
- $$shell_quote($$shell_path($$DESTDIR)) $$escape_expand(\\n\\t)
+cpqmldir.files = $$PWD/qmldir
+cpqmldir.path = $$DESTDIR
+COPIES += cpqmldir