aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qmake/qmake2_2.10a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qmake/qmake2_2.10a.bb')
-rw-r--r--recipes/qmake/qmake2_2.10a.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/qmake/qmake2_2.10a.bb b/recipes/qmake/qmake2_2.10a.bb
index 37c476ee59..ae5816c896 100644
--- a/recipes/qmake/qmake2_2.10a.bb
+++ b/recipes/qmake/qmake2_2.10a.bb
@@ -16,6 +16,8 @@ do_install() {
script="${D}/${datadir}/qtopia/environment-setup"
touch $script
+ echo 'export QT_DIR_NAME=qtopia' >> $script
+ echo 'export QT_LIBINFIX=E' >> $script
echo 'export OE_QMAKE_CC=gcc' >> $script
echo 'export OE_QMAKE_CXX=g++' >> $script
echo 'export OE_QMAKE_LINK=g++' >> $script