summaryrefslogtreecommitdiff
path: root/recipes/meta/meta-toolchain-qte.bb
AgeCommit message (Collapse)AuthorFiles
2010-07-08meta-toolchain-qte: fix sh syntaxKoen Kooi1
2010-04-21meta-toolchain-qte: include QT version for angstromKoen Kooi1
2009-11-12meta-toolchain-qte: Update prefix references -> SDKPATHRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-11meta-toolchain-qte: Set the QMAKESPEC...Holger Hans Peter Freyther1
And finally we have a working SDK (tm).
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther1
this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box.
2009-08-11meta-toolchain-qte: Fix the paths to the helper utilitiesHolger Hans Peter Freyther1
They are directly copied into bin/ and not usr/bin. Change the script to point to the correct location.
2009-08-09meta-toolchain-qte: Export some more pathsHolger Hans Peter Freyther1
Export RCC, UIC3, DBUSXML2CPP, DBUSCPP2XML environment variables. This is based on a patch from Ihar Hrachyshka. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2009-08-02meta-toolchain-qte: Reorder the tasks to match other recipesHolger Hans Peter Freyther1
Cleanup on the meta-toolchain-qte. Set the variables before rquiring meta-toolchain.
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka1
This version doesn't include qt tools yet so it is not ready to create crossed qt applications. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>