Skip to content

Commit 203a66c

Browse files
committed
fixed folder
1 parent 854aff4 commit 203a66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doc.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OTHER_FILES += Doxyfile \
88
snippets/*.cpp \
99
images/*
1010

11-
system($$QMAKE_MKDIR $$OUT_PWD/qtautoupdater)
11+
system($$QMAKE_MKDIR $$shell_quote($$shell_path($$OUT_PWD/qtautoupdater)))
1212

1313
docTarget.target = doxygen
1414
docTarget.commands = $$PWD/makedoc.sh "$$PWD" "$$MODULE_VERSION" "$$[QT_INSTALL_BINS]" "$$[QT_INSTALL_HEADERS]" "$$[QT_INSTALL_DOCS]"

0 commit comments

Comments
 (0)