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 2078369 commit 303c420Copy full SHA for 303c420
doc/doc.pro
@@ -8,12 +8,15 @@ OTHER_FILES += Doxyfile \
8
snippets/*.cpp \
9
images/*
10
11
+system($$QMAKE_MKDIR $$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]"
15
QMAKE_EXTRA_TARGETS += docTarget
16
17
docInst1.path = $$[QT_INSTALL_DOCS]
18
docInst1.files = $$OUT_PWD/qtautoupdater.qch
19
+docInst1.CONFIG += no_check_exist
20
docInst2.path = $$[QT_INSTALL_DOCS]/qtautoupdater
-docInst2.files = $$OUT_PWD/qtautoupdater/*
21
+docInst2.files = $$OUT_PWD/qtautoupdater
22
INSTALLS += docInst1 docInst2
0 commit comments