summaryrefslogtreecommitdiffstats
path: root/recipes/meta/meta-toolchain-qte.bb
AgeCommit message (Collapse)Author
2009-11-12meta-toolchain-qte: Update prefix references -> SDKPATHRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-11meta-toolchain-qte: Set the QMAKESPEC...Holger Hans Peter Freyther
And finally we have a working SDK (tm).
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
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 Freyther
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 Freyther
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 Freyther
Cleanup on the meta-toolchain-qte. Set the variables before rquiring meta-toolchain.
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka
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>