diff options
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)}" | ||
