public
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/icefox/arora.git
arora / arora.pro
100644 16 lines (13 sloc) 0.337 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
lessThan(QT_VERSION, 4.5) {
    error("Arora requires Qt 4.5 or greater")
}
 
TEMPLATE = subdirs
SUBDIRS = src tools
CONFIG += ordered
 
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
}