qt5: unify indentation

* use 4 spaces everywhere like meta-oe and other layers do now
This commit is contained in:
Martin Jansa 2013-04-17 16:33:22 +02:00
parent 1e5520a64f
commit 97738e9d62
7 changed files with 79 additions and 81 deletions

View File

@ -64,7 +64,6 @@ do_configure() {
}
do_compile() {
unset CFLAGS CXXFLAGS AR
oe_runmake ${EXTRA_ENV}

View File

@ -20,7 +20,6 @@ XCB_DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus"
QT_MODULE_FLAGS = "-no-xcb"
INC_PR = "r0"
QT_BASE_NAME = "qt5"

View File

@ -12,7 +12,7 @@ inherit qmake5
SRC_URI += " \
file://module_qmake.conf \
"
"
export QT_CONF_PATH="${WORKDIR}/qt.conf"