aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools-native.inc
blob: 03b88cd12258e705161cf668d96389efd316b0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEPENDS = "qtbase-native"

QT_MODULE = "qttools"

require qt5-native.inc

SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch"

do_configure() {
    ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S} CONFIG+=linguistonly
}

do_install() {
    oe_runmake install INSTALL_ROOT=${D}
}