diff options
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/qmake5_base.bbclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index a556f4f9..8e1fe206 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds | 1 | # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds |
| 2 | OE_QMAKE_PLATFORM_NATIVE = "linux-oe-g++" | 2 | XPLATFORM_toolchain-clang = "linux-oe-clang" |
| 3 | OE_QMAKE_PLATFORM = "linux-oe-g++" | 3 | XPLATFORM ?= "linux-oe-g++" |
| 4 | |||
| 5 | OE_QMAKE_PLATFORM_NATIVE = "${XPLATFORM}" | ||
| 6 | OE_QMAKE_PLATFORM = "${XPLATFORM}" | ||
| 4 | 7 | ||
| 5 | # Add -d to show debug output from every qmake call, but it prints *a lot*, better to add it only to debugged recipe | 8 | # Add -d to show debug output from every qmake call, but it prints *a lot*, better to add it only to debugged recipe |
| 6 | OE_QMAKE_DEBUG_OUTPUT ?= "" | 9 | OE_QMAKE_DEBUG_OUTPUT ?= "" |
