Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 0646dd2

Browse files
authored
Update doc.pro
1 parent ff7db98 commit 0646dd2

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
@@ -17,6 +17,6 @@ QMAKE_EXTRA_TARGETS += docTarget
1717
docInst1.path = $$[QT_INSTALL_DOCS]
1818
docInst1.files = $$OUT_PWD/qtrestclient.qch
1919
docInst1.CONFIG += no_check_exist
20-
docInst2.path = $$[QT_INSTALL_DOCS]/qtrestclient
20+
docInst2.path = $$[QT_INSTALL_DOCS]
2121
docInst2.files = $$OUT_PWD/qtrestclient
2222
INSTALLS += docInst1 docInst2

0 commit comments

Comments
 (0)