diff options
-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 } |