aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml/chapter6-plugins
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-08-25 22:54:19 +1000
committerCraig Scott <craig.scott@qt.io>2021-08-31 14:51:22 +1000
commit784af37650a77b30de01776262c1fe6727075615 (patch)
tree847364c93503f3486fbe9e9d238f3c4f76655390 /examples/qml/tutorials/extending-qml/chapter6-plugins
parent2a374f15a8b40da008b3fa6d868359e49c2bae06 (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>
Diffstat (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins')
-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