aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-08-25 22:54:19 +1000
committerTopi Reiniƶ <topi.reinio@qt.io>2021-09-10 05:16:10 +0000
commit364809fe618ee2efaa3ef3f23534326117a37312 (patch)
tree53adc9d6e61305766ad0cd1ff4fd41731f738173 /examples
parent16515c65262cd8dc12d68959f06c19be0dfdb9f3 (diff)
Fix warnings/errors from changes to paths in chapter6-plugins example
Amends 2d2750efc3b5a97a5f1cf09b4265a26fcc393499 Change-Id: Iab27efb7359cfcea9274dcbbc7ac64b647d3e71b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 784af37650a77b30de01776262c1fe6727075615) Reviewed-by: Craig Scott <craig.scott@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro b/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro
index 054ed06606..e3763b6f5e 100644
--- a/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro
+++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro
@@ -5,7 +5,6 @@ QT += qml quick
QML_IMPORT_NAME = Charts
QML_IMPORT_MAJOR_VERSION = 1
-DESTDIR = ../$$QML_IMPORT_NAME
TARGET = $$qtLibraryTarget(chartsplugin)
HEADERS += piechart.h \
@@ -28,5 +27,5 @@ OTHER_FILES += qmldir
# Copy the qmldir file to the same folder as the plugin binary
cpqmldir.files = qmldir
-cpqmldir.path = $$DESTDIR
+cpqmldir.path = .
COPIES += cpqmldir