Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
[openembedded.git] / classes / qt4x11.bbclass
1 DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
2
3 inherit qmake2
4
5 # Qt4 uses atomic instructions not supported in thumb mode
6 ARM_INSTRUCTION_SET = "arm"