diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:58:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 21:16:50 +0200 |
commit | 48ee17af942ac9860e834c8dec049370e7802a56 (patch) | |
tree | 004e47c94682eaa418c9e718c3264ca121732102 /recipes-qt/qt5/qtdeclarative.inc | |
parent | 3208763b8b3f65b17825ded4b2c9b9166d78f2b2 (diff) | |
download | meta-qt5-48ee17af942ac9860e834c8dec049370e7802a56.tar.gz |
qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative.inc')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc deleted file mode 100644 index 10487ca6..00000000 --- a/recipes-qt/qt5/qtdeclarative.inc +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | SRC_URI += " \ | ||
4 | file://0001-qmltestexample-fix-link.patch \ | ||
5 | " | ||
6 | |||
7 | # There are no LGPLv3-only licensed files in this component. | ||
8 | |||
9 | DEPENDS += "qtbase" | ||
10 | |||
11 | PACKAGECONFIG ??= "qtxmlpatterns" | ||
12 | PACKAGECONFIG[qtxmlpatterns] = ",,qtxmlpatterns" | ||
13 | |||
14 | do_configure_prepend() { | ||
15 | # disable qtxmlpatterns test if it isn't enabled by PACKAGECONFIG | ||
16 | sed -e 's/^\(qtHaveModule(xmlpatterns)\)/OE_QTXMLPATTERNS_ENABLED:\1/' -i ${S}/src/imports/imports.pro | ||
17 | sed -e 's/^\(!qtHaveModule(xmlpatterns)\)/!OE_QTXMLPATTERNS_ENABLED|\1/' -i ${S}/tests/auto/quick/quick.pro | ||
18 | } | ||
19 | |||
20 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}" | ||