packages/uicmoc/uicmoc4-native_4.3.1.bb : fix problem some people are
authorGraeme Gregory <dp@xora.org.uk>
Tue, 16 Oct 2007 15:36:43 +0000 (15:36 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 16 Oct 2007 15:36:43 +0000 (15:36 +0000)
seeing building this. Fix from #747 on bugs.om.org

packages/uicmoc/uicmoc4-native_4.3.1.bb

index d2ddec7..df39a49 100644 (file)
@@ -26,6 +26,7 @@ EXTRA_OECONF = "-prefix ${STAGING_DIR}/${BUILD_SYS}/qt4 \
 EXTRA_OEMAKE = " "
 
 do_configure() {
+       sed -i 's:^QT += xml qt3support$:QT += xml qt3support network:' "${S}"/src/tools/uic3/uic3.pro
        echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}"
 }