aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt-4.7.0
AgeCommit message (Collapse)Author
2010-09-28qt-4.7.0: Remove patches that cover up errors.Holger Hans Peter Freyther
* These patches lack a proper commit message, e.g. no explanation why they need to be applied * They remove libraries that were previously prevent * They remove binaries that were previously installed * The root cause appears that the -L for the qt lib directory is evaluated too late indicating an issue with the qmake spec.
2010-09-27qt-4.7.0: Use qmake feature to link with -rpath-link.Holger Hans Peter Freyther
This is instructing qmake to use the QMAKE_LFLAGS_RPATH for the lib directory in the build tree. It should be safe to use even for software using the resulting qmake.
2010-09-27qt-4.7.0: Update the spec files for Qt 4.7Holger Hans Peter Freyther
The biggest change is the QMAKE_RPATH to QMAKE_LFLAGS_RPATH rename that broke linking for us.
2010-09-27qt-4.7.0: Fork the mkspec used in previous Qt versionsHolger Hans Peter Freyther
Some variables were renamed and we require an update.
2010-09-23qt4 4.7.0: move pg patch to proper locationCliff Brake
2010-09-23qt-4.7.0: update add.xmlpatterns.lib.patch to make it compile againMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-22qt4: add 4.7.0 released versionCliff Brake