Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (13 sloc)
332 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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_TARGETS += doxygen | |
| } |

