File: ofono-qt.pro

package info (click to toggle)
libofono-qt 1.30-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 960 kB
  • sloc: cpp: 6,663; xml: 77; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include(version.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += lib tests

dox.target = doc
dox.commands = sed 's/@VERSION@/'$$VERSION'/' doxygen.cfg.in > doxygen.cfg; \
               doxygen doxygen.cfg
dox.path = $$[QT_INSTALL_PREFIX]/share/doc/ofono-qt
dox.files = doc/html
dox.CONFIG = no_link
dox.depends = FORCE
dox.clean_commands = rm -fr doc/
dox.clean = doxygen.cfg 

INSTALLS += dox

QMAKE_EXTRA_TARGETS += dox
QMAKE_DISTNAME = ofono-qt-$$VERSION