diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-25 13:09:27 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-25 13:09:27 +0100 |
commit | 8809e3ba8178aa28ae0c9c77101df1dd1f9b22e6 (patch) | |
tree | 920e58aa157cab58cbc97f47e0235b0c5397e615 /recipes | |
parent | 88c677023e77186ea9198d9ece6943712d069ecc (diff) |
qt_staging.inc: fix symlink to qmake
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/qt4/qt_staging.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt_staging.inc b/recipes/qt4/qt_staging.inc index c7b1e66669..6e657317eb 100644 --- a/recipes/qt4/qt_staging.inc +++ b/recipes/qt4/qt_staging.inc @@ -18,7 +18,7 @@ do_stage_append() { install -d ${STAGING_DATADIR}/${QT_DIR_NAME}/bin ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 ${STAGING_DATADIR}/${QT_DIR_NAME}/bin/qmake - for qttool in qmake moc uic uic3 rcc lrelease lupdate; do + for qttool in moc uic uic3 rcc lrelease lupdate; do ln -sf ${STAGING_BINDIR_NATIVE}/${qttool}4 ${STAGING_DATADIR}/${QT_DIR_NAME}/bin/${qttool} done } |