diff options
| author | Bhooshan Supe <bhooshan.supe@lge.com> | 2013-07-26 19:59:09 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-13 14:32:02 +0200 |
| commit | 2340ce8714f2a50e459c80a6aab51dad37378303 (patch) | |
| tree | 73efeb096d1a1528f832bb447a78253568f0fda9 /classes/qmake5.bbclass | |
| parent | 284020d9344b6fbd88d9c6d5ff6fbaef430a775b (diff) | |
| download | meta-qt5-2340ce8714f2a50e459c80a6aab51dad37378303.tar.gz | |
qttools-native: Add module to build lrelease+lupdate+lconvert
:Release Notes:
Add optional Qt-Tools module.
:Detailed Notes:
Qt provide optional Qt-Tools like "lrelease", etc.
In absence of these tools one can not have i18n and l10n changes automated in build.
Adding "qttools-native" to "meta-qt5" Open Embedded layer provides those tools.
Using Qt-Tools i18n and l10n changes can be auomated.
:Testing Performed:
:QA Notes:
:Issues Addressed:
[GF-11028] Enable build of Qt localization tools in the Qt component
Change-Id: Ieb679249a05501a6ccb25108903a0fd48d4014f0
Diffstat (limited to 'classes/qmake5.bbclass')
| -rw-r--r-- | classes/qmake5.bbclass | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/qmake5.bbclass b/classes/qmake5.bbclass index e1dda0d6..b056ea75 100644 --- a/classes/qmake5.bbclass +++ b/classes/qmake5.bbclass | |||
| @@ -6,15 +6,6 @@ inherit qmake5_base | |||
| 6 | QT5TOOLSDEPENDS ?= "qtbase-native" | 6 | QT5TOOLSDEPENDS ?= "qtbase-native" |
| 7 | DEPENDS_prepend = "${QT5TOOLSDEPENDS} " | 7 | DEPENDS_prepend = "${QT5TOOLSDEPENDS} " |
| 8 | 8 | ||
| 9 | # do we still need to export these? | ||
| 10 | #OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt5" | ||
| 11 | #OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}" | ||
| 12 | #OE_QMAKE_LIBS_QT = "qt" | ||
| 13 | #OE_QMAKE_LIBS_X11 = "-lXext -lX11 -lm" | ||
| 14 | #OE_QMAKE_LIBS_X11SM = "-lSM -lICE" | ||
| 15 | #OE_QMAKE_LRELEASE = "${STAGING_BINDIR_NATIVE}/lrelease5" | ||
| 16 | #OE_QMAKE_LUPDATE = "${STAGING_BINDIR_NATIVE}/lupdate5" | ||
| 17 | |||
| 18 | do_configure() { | 9 | do_configure() { |
| 19 | qmake5_base_do_configure | 10 | qmake5_base_do_configure |
| 20 | } | 11 | } |
