diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index bb4ab986..cd54990d 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -74,6 +74,17 @@ EXTRA_OECONF = " \ | |||
74 | -platform linux-oe-g++ \ | 74 | -platform linux-oe-g++ \ |
75 | " | 75 | " |
76 | 76 | ||
77 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell | ||
78 | export OE_QMAKE_COMPILER | ||
79 | export OE_QMAKE_CC | ||
80 | export OE_QMAKE_CFLAGS | ||
81 | export OE_QMAKE_CXX | ||
82 | export OE_QMAKE_CXXFLAGS | ||
83 | export OE_QMAKE_LINK | ||
84 | export OE_QMAKE_LDFLAGS | ||
85 | export OE_QMAKE_AR | ||
86 | export OE_QMAKE_STRIP | ||
87 | |||
77 | do_configure_prepend() { | 88 | do_configure_prepend() { |
78 | # Similar logic is in autotools.bbclass | 89 | # Similar logic is in autotools.bbclass |
79 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | 90 | if [ -d ${B} -a "${S}" != "${B}" ] ; then |