aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-embedded_4.8.6.bb
blob: 1435d857ceb73d7226d78677021918198ff9ef0f (plain)
1
2
3
4
5
6
7
8
9
require qt4-${PV}.inc
require qt4-embedded.inc

QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"

QT_CONFIG_FLAGS += " \
 -exceptions \
"