diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-11-14 13:26:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 09:06:31 +0900 |
commit | e2a4da767d13a6ab4c4f2e10400823e5708c40bf (patch) | |
tree | c8a0f2e45938a09abe71f374b7db88c33decce61 /qt-ui/mainwindow.h | |
parent | 419e425030914b104955a31b87451ac37b588030 (diff) | |
download | subsurface-e2a4da767d13a6ab4c4f2e10400823e5708c40bf.tar.gz |
Make qmake generate the install rule for user-manual.html
The default behaviour is to skip files that don't exist. It does that
to decide whether to create an $(INSTALL_FILE) rule or an
$(INSTALL_DIR) one. We need to add a setting so that it will ignore
the not-found error.
Found in Qt 4's own doc/doc.pri:
# Install rules
htmldocs.files = $$QT_BUILD_TREE/doc/html
htmldocs.path = $$[QT_INSTALL_DOCS]
htmldocs.CONFIG += no_check_exist directory
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
0 files changed, 0 insertions, 0 deletions