public
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/icefox/arora.git
commit  dde9a28b9a39a5b5bfdb1da060ac158eaca21252
tree    ce4d7ce48fefe35a69b61ea19c388e63ce761164
parent  7182bb482c6180a18e8cb54616affd78d76aff2d
arora / arora.pro
100644 17 lines (14 sloc) 0.417 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
}
 
TEMPLATE = subdirs
SUBDIRS = src tools
 
unix {
    # this is an ugly work around to do .PHONY: doc
    doxygen.target = doc dox
    doxygen.commands = doxygen Doxyfile
    doxygen.depends = Doxyfile
    QMAKE_EXTRA_UNIX_TARGETS += doxygen
}