aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qmake5.bbclass
blob: b056ea755dc56c5dade1193b48e78aa3b0fe38c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# QMake variables for Qt
#
inherit qmake5_base

QT5TOOLSDEPENDS ?= "qtbase-native"
DEPENDS_prepend = "${QT5TOOLSDEPENDS} "

do_configure() {
    qmake5_base_do_configure
}

do_install() {
    qmake5_base_do_install
}