| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | QT4DEPENDS ?= "qt4-x11 " |
| 2 | DEPENDS_prepend = "${QT4DEPENDS}" | ||||
| 3 | |||||
| 4 | # depends on qt4-x11 | ||||
| 5 | REQUIRED_DISTRO_FEATURES += "x11" | ||||
| 6 | |||||
| 7 | inherit qmake2 distro_features_check | ||||
| 8 | |||||
| 9 | QT_BASE_NAME = "qt4" | ||||
| 10 | QT_DIR_NAME = "qt4" | ||||
| 11 | QT_LIBINFIX = "" | ||||
| 12 | |||||
| 13 | # Qt4 uses atomic instructions not supported in thumb mode | ||||
| 14 | ARM_INSTRUCTION_SET = "arm" | ||||