summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtconnectivity.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtconnectivity.inc')
-rw-r--r--recipes-qt/qt5/qtconnectivity.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-qt/qt5/qtconnectivity.inc b/recipes-qt/qt5/qtconnectivity.inc
deleted file mode 100644
index ab8d31e5..00000000
--- a/recipes-qt/qt5/qtconnectivity.inc
+++ /dev/null
@@ -1,15 +0,0 @@
1require qt5.inc
2
3DEPENDS += "qtbase qtdeclarative"
4
5PACKAGECONFIG ??= ""
6PACKAGECONFIG[bluez4] = "OE_BLUEZ_ENABLED,,bluez4"
7
8do_configure_prepend() {
9 export QMAKE_CACHE_EVAL="CONFIG+=${EXTRA_OECONF}"
10 # disable bluez test if it isn't enabled by PACKAGECONFIG
11 sed -i 's/^qtCompileTest(bluez)/OE_BLUEZ_ENABLED:qtCompileTest(bluez)/g' ${S}/qtconnectivity.pro
12}
13
14LICENSE += "| GPL-2.0"
15LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"