diff options
Diffstat (limited to 'meta/recipes-qt')
-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 a9ec61e08f..2c806e0043 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() { | |||
118 | for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do \ | 118 | for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do \ |
119 | ln -s ${i}4 ${i}; \ | 119 | ln -s ${i}4 ${i}; \ |
120 | done) | 120 | done) |
121 | |||
122 | install -d ${D}${sysconfdir} | ||
123 | cat >${D}${sysconfdir}/qt.conf <<EOF | ||
124 | [Paths] | ||
125 | Prefix = ${prefix} | ||
126 | EOF | ||
121 | } | 127 | } |