summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative.inc')
-rw-r--r--recipes-qt/qt5/qtdeclarative.inc20
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 @@
1require qt5.inc
2
3SRC_URI += " \
4 file://0001-qmltestexample-fix-link.patch \
5"
6
7# There are no LGPLv3-only licensed files in this component.
8
9DEPENDS += "qtbase"
10
11PACKAGECONFIG ??= "qtxmlpatterns"
12PACKAGECONFIG[qtxmlpatterns] = ",,qtxmlpatterns"
13
14do_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
20EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}"