diff options
| -rw-r--r-- | meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index cfc6fd837b..b44e805d45 100644 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc +++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc @@ -118,4 +118,10 @@ do_install() {      for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do \          ln -s ${i}4 ${i}; \      done) + +    install -d ${D}${sysconfdir} +    cat >${D}${sysconfdir}/qt.conf <<EOF +[Paths] +Prefix = ${prefix} +EOF  } | 
