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 /recipes-qt/qt5/qtxmlpatterns_git.bb | |
| 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 'recipes-qt/qt5/qtxmlpatterns_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtxmlpatterns_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb index cb6bf9df..3c273db5 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bb +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb | |||
| @@ -13,3 +13,5 @@ LIC_FILES_CHKSUM = " \ | |||
| 13 | DEPENDS += "qtbase" | 13 | DEPENDS += "qtbase" |
| 14 | 14 | ||
| 15 | SRCREV = "ae6504efc85adf754d60a02f81413e5949282d78" | 15 | SRCREV = "ae6504efc85adf754d60a02f81413e5949282d78" |
| 16 | |||
| 17 | BBCLASSEXTEND =+ "native nativesdk" | ||
