diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:33:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:49:18 +0200 |
commit | 97738e9d62b613ea46cf8c5edb6accdff0d0b19a (patch) | |
tree | 8e42c46be52fc89b53fad3abf7a40b1937701a2b /recipes-qt/qt5/qtbase.inc | |
parent | 1e5520a64f0c78f238b0399ac6cbfb3510eeb530 (diff) | |
download | meta-qt5-97738e9d62b613ea46cf8c5edb6accdff0d0b19a.tar.gz |
qt5: unify indentation
* use 4 spaces everywhere like meta-oe and other layers do now
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 7a1c9452..ad559962 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | SRC_URI += " \ | 3 | SRC_URI += " \ |
4 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 4 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
5 | file://0002-qmake-is-already-built-in-qt5-tools-native.patch \ | 5 | file://0002-qmake-is-already-built-in-qt5-tools-native.patch \ |
6 | file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ | 6 | file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ |
7 | file://0004-configure-eval-QMAKE_CXX.patch \ | 7 | file://0004-configure-eval-QMAKE_CXX.patch \ |
8 | file://qmake.conf \ | 8 | file://qmake.conf \ |
9 | " | 9 | " |
10 | 10 | ||
11 | DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU} udev" | 11 | DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU} udev" |
@@ -20,7 +20,6 @@ XCB_DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" | |||
20 | 20 | ||
21 | QT_MODULE_FLAGS = "-no-xcb" | 21 | QT_MODULE_FLAGS = "-no-xcb" |
22 | 22 | ||
23 | |||
24 | INC_PR = "r0" | 23 | INC_PR = "r0" |
25 | 24 | ||
26 | QT_BASE_NAME = "qt5" | 25 | QT_BASE_NAME = "qt5" |