aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:33:22 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:49:18 +0200
commit97738e9d62b613ea46cf8c5edb6accdff0d0b19a (patch)
tree8e42c46be52fc89b53fad3abf7a40b1937701a2b /recipes-qt/qt5/qt5.inc
parent1e5520a64f0c78f238b0399ac6cbfb3510eeb530 (diff)
qt5: unify indentation
* use 4 spaces everywhere like meta-oe and other layers do now
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc45
1 files changed, 22 insertions, 23 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index b8d09fe3..b3ab2103 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -35,24 +35,24 @@ QT_EXAMPLES ?= "-nomake examples"
QT_DEMOS ?= "-nomake demos"
QT_CONFIG_FLAGS += " \
- -release \
- -reduce-relocations \
- -shared \
- -silent \
- -glib \
- -no-pch \
- -no-rpath \
- -pkg-config \
- ${QT_SYSTEM_LIBS} \
- ${QT_NIS} \
- ${QT_CUPS} \
- ${QT_SQL_DRIVER_FLAGS} \
- ${QT_DISTRO_FLAGS} \
- ${QT_MODULE_FLAGS} \
- ${QT_GLFLAGS} \
- ${QT_TESTS} \
- ${QT_EXAMPLES} \
- ${QT_DEMOS} \
+ -release \
+ -reduce-relocations \
+ -shared \
+ -silent \
+ -glib \
+ -no-pch \
+ -no-rpath \
+ -pkg-config \
+ ${QT_SYSTEM_LIBS} \
+ ${QT_NIS} \
+ ${QT_CUPS} \
+ ${QT_SQL_DRIVER_FLAGS} \
+ ${QT_DISTRO_FLAGS} \
+ ${QT_MODULE_FLAGS} \
+ ${QT_GLFLAGS} \
+ ${QT_TESTS} \
+ ${QT_EXAMPLES} \
+ ${QT_DEMOS} \
"
do_configure() {
@@ -64,7 +64,6 @@ do_configure() {
}
do_compile() {
-
unset CFLAGS CXXFLAGS AR
oe_runmake ${EXTRA_ENV}
@@ -80,8 +79,8 @@ FILES_${PN}-plugins = "${libdir}/${QT_DIR_NAME}/plugins/*/*${SOLIBSDEV}"
FILES_${PN}-plugins-dbg = "${libdir}/${QT_DIR_NAME}/plugins/*/.debug/*"
FILES_${PN}-dev += " \
- ${libdir}/cmake/* \
- ${libdir}/*.prl \
- ${includedir}/qt5/* \
- ${datadir}/qt5/* \
+ ${libdir}/cmake/* \
+ ${libdir}/*.prl \
+ ${includedir}/qt5/* \
+ ${datadir}/qt5/* \
"