This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# #################################################################### |
| 2 |
# Main projectfile |
| 3 |
# #################################################################### |
| 4 |
|
| 5 |
include(mconfig.pri) |
| 6 |
|
| 7 |
CONFIG += ordered |
| 8 |
TEMPLATE = subdirs |
| 9 |
SUBDIRS = \ |
| 10 |
src \ |
| 11 |
themes \ |
| 12 |
tests |
| 13 |
|
| 14 |
QMAKE_CLEAN += \ |
| 15 |
build-stamp \ |
| 16 |
configure-stamp \ |
| 17 |
artifacts/*.deb \ |
| 18 |
tests/*/*.log.xml \ |
| 19 |
tests/*/*.log \ |
| 20 |
*.log.xml \ |
| 21 |
*.log |
| 22 |
|
| 23 |
QMAKE_DISTCLEAN += \ |
| 24 |
build-stamp \ |
| 25 |
configure-stamp \ |
| 26 |
tests/*/*.log.xml \ |
| 27 |
tests/*/*.log \ |
| 28 |
*.log.xml \ |
| 29 |
*.log |
| 30 |
check.target = check |
| 31 |
check.CONFIG = recursive |
| 32 |
QMAKE_EXTRA_TARGETS += check |
| 33 |
check-xml.target = check-xml |
| 34 |
check-xml.CONFIG = recursive |
| 35 |
QMAKE_EXTRA_TARGETS += check-xml |
| 36 |
|
| 37 |
include(shared.pri) |
| 38 |
include(debian/deb.pri) |
| 39 |
|
| 40 |
include(doc/doc.pri) |