Skip to content
Snippets Groups Projects
Commit 95107b09 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix QML custom plugin wizard

Fix QML custom plugin wizard to work on windows and for pathes
comtaining spaces.

Reviewed-by: Erik Verbruggen
parent 6d736344
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ OTHER_FILES = qmldir
copy_qmldir.target = $$OUT_PWD/qmldir
copy_qmldir.depends = $$PWD/qmldir
copy_qmldir.commands = $(COPY_FILE) $$copy_qmldir.depends $$copy_qmldir.target
copy_qmldir.commands = $(COPY_FILE) \"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)\"
QMAKE_EXTRA_TARGETS += copy_qmldir
PRE_TARGETDEPS += $$copy_qmldir.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment