2024-09-09 08:57:42 +00:00
|
|
|
QT4DEPENDS ?= "qt4-x11 "
|
|
|
|
DEPENDS_prepend = "${QT4DEPENDS}"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
# depends on qt4-x11
|
|
|
|
REQUIRED_DISTRO_FEATURES += "x11"
|
|
|
|
|
|
|
|
inherit qmake2 distro_features_check
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
QT_BASE_NAME = "qt4"
|
|
|
|
QT_DIR_NAME = "qt4"
|
|
|
|
QT_LIBINFIX = ""
|
|
|
|
|
|
|
|
# Qt4 uses atomic instructions not supported in thumb mode
|
|
|
|
ARM_INSTRUCTION_SET = "arm"
|