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 159d91f commit c18a457Copy full SHA for c18a457
doc/doc.pro
@@ -9,7 +9,8 @@ OTHER_FILES += Doxyfile \
9
images/* \
10
gh_header.html
11
12
-system($$QMAKE_MKDIR $$shell_quote($$shell_path($$OUT_PWD/qtservice)))
+mkpath($$OUT_PWD/qtservice)
13
+!exists($$OUT_PWD/qtservice.qch):write_file($$OUT_PWD/qtservice.qch, __NOTHING)
14
15
docTarget.target = doxygen
16
docTarget.commands = $$PWD/makedoc.sh "$$PWD" "$$MODULE_VERSION" "$$[QT_INSTALL_BINS]" "$$[QT_INSTALL_HEADERS]" "$$[QT_INSTALL_DOCS]"
0 commit comments