git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1c079
)
classes/qmake-base: reverted half a patch in order to fix qmake-based qte[-mt] builds.
author
Michael Krelin
<hacker@klever.net>
Sun, 10 Jun 2007 13:09:25 +0000
(13:09 +0000)
committer
Michael Krelin
<hacker@klever.net>
Sun, 10 Jun 2007 13:09:25 +0000
(13:09 +0000)
classes/qmake-base.bbclass
patch
|
blob
|
history
diff --git
a/classes/qmake-base.bbclass
b/classes/qmake-base.bbclass
index
5ca3ee2
..
09694e9
100644
(file)
--- a/
classes/qmake-base.bbclass
+++ b/
classes/qmake-base.bbclass
@@
-23,7
+23,7
@@
export OE_QMAKE_RPATH="-Wl,-rpath-link,"
# default to qte2 via bb.conf, inherit qt3x11 to configure for qt3x11
export OE_QMAKE_INCDIR_QT="${QTDIR}/include"
export OE_QMAKE_LIBDIR_QT="${QTDIR}/lib"
-export OE_QMAKE_LIBS_QT="
${QT_LIBRARY}
"
+export OE_QMAKE_LIBS_QT="
qte
"
export OE_QMAKE_LIBS_X11=""
oe_qmake_mkspecs () {