aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 8d5dd81e..8ed4c288 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -62,6 +62,18 @@ do_configure() {
ln -sf ${OE_QMAKE_QMAKE} bin/qmake
fi
+ if [ ! -e mkspecs/${TARGET_OS}-oe-g++ ]; then
+ ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++
+ fi
+
+ if [ -f mkspecs/common/g++-unix.conf ] ; then
+ # mkspecs were refactored for 4.8.0
+ cp -f ${WORKDIR}/g++.conf mkspecs/common/g++-unix.conf
+ else
+ cp -f ${WORKDIR}/g++.conf mkspecs/common/g++.conf
+ fi
+ cp -f ${WORKDIR}/linux.conf mkspecs/common/
+
# Avoid problems with the linkers, since we want the linker to be g++
unset LD
}