aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qt4x11.bbclass
blob: aa2e2a174ebcf5d4d4490f187cbd78bfe0fa540a (plain)
1
2
3
4
5
6
DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"

inherit qmake2

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