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 = meego-im-uiserver |
| 3 |
TEMPLATE = subdirs |
| 4 |
SUBDIRS = src passthroughserver input-context unit_test translations settings-applet |
| 5 |
|
| 6 |
isEqual( IN_PWD, $${OUT_PWD} ) { |
| 7 |
IS_OUT_OF_SOURCE = 0 |
| 8 |
} else { |
| 9 |
IS_OUT_OF_SOURCE = 1 |
| 10 |
} |
| 11 |
|
| 12 |
include (doc/doc.pri) |
| 13 |
|
| 14 |
QMAKE_EXTRA_TARGETS += check-xml |
| 15 |
check-xml.target = check-xml |
| 16 |
check-xml.CONFIG = recursive |
| 17 |
|
| 18 |
QMAKE_EXTRA_TARGETS += check |
| 19 |
check.target = check |
| 20 |
check.CONFIG = recursive |
| 21 |
|
| 22 |
GCONF_DATA = meego-im-framework.schemas |
| 23 |
gconf_data.path = /usr/share/gconf/schemas |
| 24 |
gconf_data.files = $$GCONF_DATA |
| 25 |
|
| 26 |
INSTALLS += gconf_data |