summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/qt4/qt4.inc
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2011-09-10 11:17:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 11:34:21 +0100
commit5f6fb92b939147d2d6aa7790a378d4b7cce3ada5 (patch)
treecdc07d2d8101ab5d3ff144116de23011d1ee3dcf /meta/recipes-qt/qt4/qt4.inc
parentc2f4bae0a100f3752153ecb93adb9ede4f55322a (diff)
downloadopenembedded-core-5f6fb92b939147d2d6aa7790a378d4b7cce3ada5.tar.gz
openembedded-core-5f6fb92b939147d2d6aa7790a378d4b7cce3ada5.tar.bz2
openembedded-core-5f6fb92b939147d2d6aa7790a378d4b7cce3ada5.tar.xz
openembedded-core-5f6fb92b939147d2d6aa7790a378d4b7cce3ada5.zip
qt4: fix generated sdk
- qt4-tools-nativesdk : actually the qmake binary which gets installed comes from the native recipe. This patch fix this problem by launching configure twice : once to compile qmake using the right toolchain for nativesdk, and a second time using the native qmake to compile all the other tools for the nativesdk. Then we install the right qmake. - mkspec : the link actually created in qt4-tools-nativesdk's do_install point to nowhere so remove it and generate the link in meta-toolchain-qte as it's the only place where we have all the variable to create it. - toolchain_create_sdk_env_script_append : we need to add OE_QMAKE_CFLAGS, OE_QMAKE_CXXFLAGS and OE_QMAKE_LDFLAGS else the sdk won't find these variables that are inserted by qmake in the Makefiles. - with this patch, oe-core generates a working meta-toolchain-qte which can compile a small example and is properly recognized by qtcreator (this brings oe-core's meta-toolchain-qte to oe-dev's functional state). Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4.inc')
0 files changed, 0 insertions, 0 deletions