12 lines
436 B
Diff
12 lines
436 B
Diff
--- a/examples/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro 2019-05-28 15:19:15.000000000 +0300
|
|
+++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro 2019-06-15 15:16:50.399074600 +0300
|
|
@@ -5,7 +5,7 @@
|
|
QML_IMPORT_NAME = Charts
|
|
QML_IMPORT_MAJOR_VERSION = 1
|
|
|
|
-DESTDIR = ../$$QML_IMPORT_NAME
|
|
+DESTDIR = ../$$QML_IMPORT_NAME/
|
|
TARGET = $$qtLibraryTarget(chartsplugin)
|
|
|
|
HEADERS += piechart.h \
|