aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools.inc
blob: 8c97e24992f3f064d70268d2955517dcd8facdf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require qt5.inc

DEPENDS += "qtbase qtdeclarative qtxmlpatterns"

SRC_URI += " \
    file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \
    file://0003-add-noqtwebkit-configuration.patch \
"

FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples"

PACKAGECONFIG ??= ""
PACKAGECONFIG[qtwebkit] = ",,qtwebkit"

EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}"