diff --git a/recipes-qt/qt5/qt5-native.inc b/recipes-qt/qt5/qt5-native.inc index 048bf41031..f164a8f120 100644 --- a/recipes-qt/qt5/qt5-native.inc +++ b/recipes-qt/qt5/qt5-native.inc @@ -41,7 +41,9 @@ EXTRA_OECONF = "-prefix ${prefix} \ -silent \ -nomake examples \ -nomake tests \ - -no-rpath" + -nomake demos \ + -no-rpath \ +" do_configure() { # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++)