diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-25 14:32:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-25 14:32:10 +0000 |
commit | c5b7ea4d52c12c695cbf0d48641fd4cf3a429fd2 (patch) | |
tree | c13c02c272475ac2a0b84e503485ddc081210529 /uicmoc | |
parent | 8cb8f0a1631c0956d0136f0e618c17912ed39153 (diff) |
uicmoc3 needs to link w/ g++
BKrev: 4103c46a-oRC6BRoZG35RNaQOC39dA
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc3_native_3.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uicmoc/uicmoc3_native_3.3.2.oe b/uicmoc/uicmoc3_native_3.3.2.oe index 5b849539a2..aad4b018f2 100644 --- a/uicmoc/uicmoc3_native_3.3.2.oe +++ b/uicmoc/uicmoc3_native_3.3.2.oe @@ -11,7 +11,7 @@ S = "${WORKDIR}/qt-embedded-free-3.3.2" inherit native qmake-base export QTDIR = "${S}" - +export OE_QMAKE_LINK="${CXX}" CXXFLAGS += " -DQWS" QT_CONFIG_FLAGS = "-release -static -depths 8,16 -qt-zlib -no-nas-sound \ |