diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-27 18:05:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-27 18:05:13 +0000 |
commit | 9b2eb27d9d81380977566cce6e4219e37ad028ea (patch) | |
tree | 1d5095809386c7f0596e6262fae6998341fcac9d /classes/qt3x11.oeclass | |
parent | ff01096b527823e32b76fe033f448f3c0e12ebe6 (diff) |
add more support for Qt linking against X11
BKrev: 417fe359oXQ-ArLffi_6BthchUd59A
Diffstat (limited to 'classes/qt3x11.oeclass')
-rw-r--r-- | classes/qt3x11.oeclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/qt3x11.oeclass b/classes/qt3x11.oeclass index 9c3a289f86..2a2f3d5bbd 100644 --- a/classes/qt3x11.oeclass +++ b/classes/qt3x11.oeclass @@ -8,3 +8,4 @@ export OE_QMAKE_CXXFLAGS="${CXXFLAGS}" export OE_QMAKE_INCDIR_QT="${QTDIR}/include" export OE_QMAKE_LIBDIR_QT="${QTDIR}/lib" export OE_QMAKE_LIBS_QT="qt" +export OE_QMAKE_LIBS_X11="-lXext -lX11 -lm" |