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 |
CONFIG += ordered |
| 2 |
TEMPLATE = subdirs |
| 3 |
SUBDIRS = src \ |
| 4 |
tests \ |
| 5 |
mcompositor-tests \ |
| 6 |
tools |
| 7 |
|
| 8 |
include (conf/conf.pri) |
| 9 |
include (shared.pri) |
| 10 |
|
| 11 |
isEqual( IN_PWD, $${OUT_PWD} ) { |
| 12 |
IS_OUT_OF_SOURCE = 0 |
| 13 |
} else { |
| 14 |
IS_OUT_OF_SOURCE = 1 |
| 15 |
} |
| 16 |
|
| 17 |
include (doc/doc.pri) |
| 18 |
|
| 19 |
QMAKE_EXTRA_TARGETS += setup |
| 20 |
|
| 21 |
QMAKE_CLEAN += build-stamp configure-stamp artifacts/*.deb tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda |
| 22 |
QMAKE_DISTCLEAN += build-stamp configure-stamp artifacts/*.deb tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda |
| 23 |
|
| 24 |
check.target = check |
| 25 |
check.CONFIG = recursive |
| 26 |
QMAKE_EXTRA_TARGETS += check |
| 27 |
|
| 28 |
check-xml.target = check-xml |
| 29 |
check-xml.CONFIG = recursive |
| 30 |
QMAKE_EXTRA_TARGETS += check-xml |