diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-25 14:43:45 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-26 17:21:13 +0200 |
| commit | 22c28fee3cbd394ae1b261854637696b1f5deeb5 (patch) | |
| tree | 6dff0059317ea4715e57d935fb30d10ea967d208 /classes/qmake5.bbclass | |
| parent | f969c48953359c75199634867ab8e1d775b7e747 (diff) | |
| download | meta-qt5-22c28fee3cbd394ae1b261854637696b1f5deeb5.tar.gz | |
qt5: improve support for native and nativesdk modules
Change qmake.bbclass to support building native and nativesdk packages,
so that qmake or qt5-module can be inherited and BBCLASSEXTEND used to
create native and nativesdk packages.
qtxmlpatterns and qtdeclarative native and nativesdk modules are required
for Qt Quick Compiler.
Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'classes/qmake5.bbclass')
| -rw-r--r-- | classes/qmake5.bbclass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/classes/qmake5.bbclass b/classes/qmake5.bbclass index b056ea75..2b43f2e3 100644 --- a/classes/qmake5.bbclass +++ b/classes/qmake5.bbclass | |||
| @@ -13,3 +13,11 @@ do_configure() { | |||
| 13 | do_install() { | 13 | do_install() { |
| 14 | qmake5_base_do_install | 14 | qmake5_base_do_install |
| 15 | } | 15 | } |
| 16 | |||
| 17 | do_install_class-native() { | ||
| 18 | qmake5_base_native_do_install | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install_class-nativesdk() { | ||
| 22 | qmake5_base_nativesdk_do_install | ||
| 23 | } | ||
