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

# depends on qt4-x11
REQUIRED_DISTRO_FEATURES += "x11"

inherit qmake2 features_check

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

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