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 |
TARGET = meegoimengine |
| 3 |
TEMPLATE = subdirs |
| 4 |
SUBDIRS = words unit_test dummydriver |
| 5 |
|
| 6 |
include(doc/doc.pri) |
| 7 |
include(meegoimengine.prf) |
| 8 |
|
| 9 |
HEADERS = includes/mimenginetypes.h |
| 10 |
headers.path += $$MEEGOIMENGINE_INSTALL_HEADERS |
| 11 |
headers.files += $$HEADERS |
| 12 |
|
| 13 |
install_headers.path = $$MEEGOIMENGINE_INSTALL_HEADERS |
| 14 |
install_headers.files = include/* |
| 15 |
|
| 16 |
install_pkgconfig.path = $$[QT_INSTALL_LIBS]/pkgconfig |
| 17 |
install_pkgconfig.files = MeegoImEngine.pc |
| 18 |
|
| 19 |
install_prf.path = $$[QT_INSTALL_DATA]/mkspecs/features |
| 20 |
install_prf.files = meegoimengine.prf |
| 21 |
|
| 22 |
INSTALLS += \ |
| 23 |
headers \ |
| 24 |
install_headers \ |
| 25 |
install_pkgconfig \ |
| 26 |
install_prf \ |
| 27 |
|
| 28 |
QMAKE_EXTRA_TARGETS += check-xml |
| 29 |
check-xml.target = check-xml |
| 30 |
check-xml.CONFIG = recursive |
| 31 |
|
| 32 |
QMAKE_EXTRA_TARGETS += check |
| 33 |
check.target = check |
| 34 |
check.CONFIG = recursive |
| 35 |
|
| 36 |
QMAKE_EXTRA_TARGETS += memcheck |
| 37 |
memcheck.target = memcheck |
| 38 |
memcheck.CONFIG = recursive |
| 39 |
|
| 40 |
QMAKE_CLEAN += build-stamp configure-stamp |