##// END OF EJS Templates
Fix debug-and-release build...
Frederik Gladhorn -
r2853:a801e78fb8d1
parent child
Show More
@@ -68,15 +68,5 win32 {
68 QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
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 QML_FILES += \
71 QML_FILES += \
82 $$PWD/plugins.qmltypes
72 $$PWD/plugins.qmltypes
General Comments 0
You need to be logged in to leave comments. Login now