summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r--meta/recipes-qt/qt4/qt4-native.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc
index ebbee9be25..8a6eb4b69b 100644
--- a/meta/recipes-qt/qt4/qt4-native.inc
+++ b/meta/recipes-qt/qt4/qt4-native.inc
@@ -31,7 +31,8 @@ EXTRA_OECONF = "-prefix ${prefix} \
31 -verbose -release \ 31 -verbose -release \
32 -embedded -no-freetype -no-glib -no-iconv \ 32 -embedded -no-freetype -no-glib -no-iconv \
33 -exceptions -xmlpatterns \ 33 -exceptions -xmlpatterns \
34 -qt3support" 34 -qt3support \
35 -no-fast -silent -no-rpath"
35 36
36# yank default -e, otherwise we get the following error: 37# yank default -e, otherwise we get the following error:
37# moc_qbuffer.cpp: No such file or directory 38# moc_qbuffer.cpp: No such file or directory