Skip to content

Commit c18a457

Browse files
committed
fix doc targets
1 parent 159d91f commit c18a457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/doc.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ OTHER_FILES += Doxyfile \
99
images/* \
1010
gh_header.html
1111

12-
system($$QMAKE_MKDIR $$shell_quote($$shell_path($$OUT_PWD/qtservice)))
12+
mkpath($$OUT_PWD/qtservice)
13+
!exists($$OUT_PWD/qtservice.qch):write_file($$OUT_PWD/qtservice.qch, __NOTHING)
1314

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

0 commit comments

Comments
 (0)