blob: 1cd43a664b5d1fdf8d876107aeb176675f5c1ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFAULT_PREFERENCE = "-1"
require qt4-embedded.inc
PR = "${INC_PR}.0"
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
require qt-${PV}.inc
QT_CONFIG_FLAGS += " \
-exceptions \
"
|