public
Fork of icefox/arora
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/Arora/arora.git
Tor Arne Vestbø (author)
Mon Nov 02 06:10:49 -0800 2009
faw (committer)
Sun Nov 08 06:44:36 -0800 2009
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
}