@@ -68,15 +68,5 win32 { | |||
|
68 | 68 | QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt." |
|
69 | 69 | } |
|
70 | 70 | |
|
71 | # Copy qmldir to DESTDIR so we can use the plugin directly from there in our examples | |
|
72 | # without having to do 'make install'. | |
|
73 | !android:!ios { | |
|
74 | copy_qmldir.target = $$DESTDIR/qmldir | |
|
75 | copy_qmldir.depends = $$_PRO_FILE_PWD_/qmldir | |
|
76 | copy_qmldir.commands = $(COPY_FILE) \"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)\" | |
|
77 | QMAKE_EXTRA_TARGETS += copy_qmldir | |
|
78 | PRE_TARGETDEPS += $$copy_qmldir.target | |
|
79 | } | |
|
80 | ||
|
81 | 71 | QML_FILES += \ |
|
82 | 72 | $$PWD/plugins.qmltypes |
General Comments 0
You need to be logged in to leave comments.
Login now