We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854aff4 commit 203a66cCopy full SHA for 203a66c
doc/doc.pro
@@ -8,7 +8,7 @@ OTHER_FILES += Doxyfile \
8
snippets/*.cpp \
9
images/*
10
11
-system($$QMAKE_MKDIR $$OUT_PWD/qtautoupdater)
+system($$QMAKE_MKDIR $$shell_quote($$shell_path($$OUT_PWD/qtautoupdater)))
12
13
docTarget.target = doxygen
14
docTarget.commands = $$PWD/makedoc.sh "$$PWD" "$$MODULE_VERSION" "$$[QT_INSTALL_BINS]" "$$[QT_INSTALL_HEADERS]" "$$[QT_INSTALL_DOCS]"
0 commit comments