Skip to content

Commit 303c420

Browse files
committed
fixed doc generation
1 parent 2078369 commit 303c420

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/doc.pro

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

11+
system($$QMAKE_MKDIR $$OUT_PWD/qtautoupdater)
12+
1113
docTarget.target = doxygen
1214
docTarget.commands = $$PWD/makedoc.sh "$$PWD" "$$MODULE_VERSION" "$$[QT_INSTALL_BINS]" "$$[QT_INSTALL_HEADERS]" "$$[QT_INSTALL_DOCS]"
1315
QMAKE_EXTRA_TARGETS += docTarget
1416

1517
docInst1.path = $$[QT_INSTALL_DOCS]
1618
docInst1.files = $$OUT_PWD/qtautoupdater.qch
19+
docInst1.CONFIG += no_check_exist
1720
docInst2.path = $$[QT_INSTALL_DOCS]/qtautoupdater
18-
docInst2.files = $$OUT_PWD/qtautoupdater/*
21+
docInst2.files = $$OUT_PWD/qtautoupdater
1922
INSTALLS += docInst1 docInst2

0 commit comments

Comments
 (0)