Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 397 Bytes

doc.pri

File metadata and controls

15 lines (11 loc) · 397 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QDOC = qdoc3
QHELPGENERATOR = qhelpgenerator
QDOCCONF = doc/config/transfer-engine-project.qdocconf
QHELPFILE = doc/html/transferengine.qhp
QCHFILE = doc/html/transferengine.qch
docs.commands = ($$QDOC $$QDOCCONF) && \
($$QHELPGENERATOR $$QHELPFILE -o $$QCHFILE)
QMAKE_EXTRA_TARGETS += docs
doc.files = doc/html/*
doc.path = /usr/share/doc/nemo-transfer-engine
INSTALLS += doc