summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qttools.inc')
-rw-r--r--recipes-qt/qt5/qttools.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-qt/qt5/qttools.inc b/recipes-qt/qt5/qttools.inc
deleted file mode 100644
index 97717ae1..00000000
--- a/recipes-qt/qt5/qttools.inc
+++ /dev/null
@@ -1,16 +0,0 @@
1require qt5.inc
2
3DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
4
5SRC_URI += " \
6 file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \
7 file://0003-add-noqtwebkit-configuration.patch \
8"
9
10FILES_${PN}-tools += "${datadir}/${QT_DIR_NAME}/phrasebooks"
11FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples"
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[qtwebkit] = ",,qtwebkit"
15
16EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}"