diff options
Diffstat (limited to 'recipes-qt/qt5/qttools.inc')
-rw-r--r-- | recipes-qt/qt5/qttools.inc | 16 |
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 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | ||
4 | |||
5 | SRC_URI += " \ | ||
6 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ | ||
7 | file://0003-add-noqtwebkit-configuration.patch \ | ||
8 | " | ||
9 | |||
10 | FILES_${PN}-tools += "${datadir}/${QT_DIR_NAME}/phrasebooks" | ||
11 | FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples" | ||
12 | |||
13 | PACKAGECONFIG ??= "" | ||
14 | PACKAGECONFIG[qtwebkit] = ",,qtwebkit" | ||
15 | |||
16 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}" | ||