aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt4/qt_staging.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-06 22:31:10 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-06 22:31:10 +0000
commit58376e87dea829d87f037f1886a049241bccbf3e (patch)
tree6c8c43deb28fae01c88ddc8b3e1a99929c028247 /packages/qt4/qt_staging.inc
parent03acc69d70e2f263c8f4f0159ddb16c27f55f559 (diff)
downloadopenembedded-58376e87dea829d87f037f1886a049241bccbf3e.tar.gz
qt4 staging: try harder to fish out qt tools
Diffstat (limited to 'packages/qt4/qt_staging.inc')
-rw-r--r--packages/qt4/qt_staging.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/qt4/qt_staging.inc b/packages/qt4/qt_staging.inc
index 75b5b5735d..49f51a2714 100644
--- a/packages/qt4/qt_staging.inc
+++ b/packages/qt4/qt_staging.inc
@@ -18,6 +18,7 @@ do_stage_append() {
install -d ${STAGING_DIR_TARGET}/qt4/bin
cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/ || true
+ cp ${STAGING_DIR_NATIVE}/${bindir}/{rcc*,uic*,moc*} ${STAGING_DIR_TARGET}/qt4/bin/ || true
for qttool in ${STAGING_DIR_TARGET}/qt4/bin/*4 ; do
ln -sf $qttool ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g)
done