aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/qt4x11.bbclass
blob: b06e15d29e7321a1c328a3c123dd6e4019d929d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT4DEPENDS ?= "qt4-x11 "
DEPENDS_prepend = "${QT4DEPENDS}"

inherit qmake2

QT_BASE_NAME = "qt4"
QT_DIR_NAME = "qt4"
QT_LIBINFIX = ""

# Qt4 uses atomic instructions not supported in thumb mode
ARM_INSTRUCTION_SET = "arm"