diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-27 01:53:46 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-27 01:53:46 +0000 |
commit | d56b2bb2b2fc7c78ef3c405336187926464943ed (patch) | |
tree | 18fea1c32f046bb09efb618ff17bc6fa44a78bf9 /packages/qmake/qmake2-native.inc | |
parent | ed5018647cb34f2fb0696a5fa54d8098bc2edf7f (diff) |
Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
Diffstat (limited to 'packages/qmake/qmake2-native.inc')
-rw-r--r-- | packages/qmake/qmake2-native.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/qmake/qmake2-native.inc b/packages/qmake/qmake2-native.inc index 058bf176f9..0a204bb535 100644 --- a/packages/qmake/qmake2-native.inc +++ b/packages/qmake/qmake2-native.inc @@ -10,6 +10,7 @@ QTVER = "qtopia-core-opensource-src-${QTVERSION}" FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \ file://0001-fix-mkspecs.patch;patch=1 \ + file://0008-backport-qt-lib-infix.patch;patch=1 \ file://qt-config.patch;patch=1 \ file://use-lflags-last.patch;patch=1 \ file://linux-oe-qmake.conf" |