blob: ee2cdca3ad3588350e5b056c00920ef5f5fb8b4d (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('BPN', d, True)[:12] == 'qt4-x11-free')]}"
inherit qmake2
QT_DIR_NAME = "qt4"
QT_LIBINFIX = ""
# Qt4 uses atomic instructions not supported in thumb mode
ARM_INSTRUCTION_SET = "arm"
|