diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 64de60bb..9348fc66 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -90,6 +90,17 @@ QMAKE_MKSPEC_PATH = "${B}" | |||
90 | OE_QMAKE_QMAKE_ORIG := "${OE_QMAKE_QMAKE}" | 90 | OE_QMAKE_QMAKE_ORIG := "${OE_QMAKE_QMAKE}" |
91 | OE_QMAKE_QMAKE = "bin/qmake" | 91 | OE_QMAKE_QMAKE = "bin/qmake" |
92 | 92 | ||
93 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell | ||
94 | export OE_QMAKE_COMPILER | ||
95 | export OE_QMAKE_CC | ||
96 | export OE_QMAKE_CFLAGS | ||
97 | export OE_QMAKE_CXX | ||
98 | export OE_QMAKE_CXXFLAGS | ||
99 | export OE_QMAKE_LINK | ||
100 | export OE_QMAKE_LDFLAGS | ||
101 | export OE_QMAKE_AR | ||
102 | export OE_QMAKE_STRIP | ||
103 | |||
93 | do_configure() { | 104 | do_configure() { |
94 | set_arch | 105 | set_arch |
95 | set_endian | 106 | set_endian |