diff options
Diffstat (limited to 'recipes-qt/qt5/qt5-native.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-native.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-native.inc b/recipes-qt/qt5/qt5-native.inc index 048bf410..f164a8f1 100644 --- a/recipes-qt/qt5/qt5-native.inc +++ b/recipes-qt/qt5/qt5-native.inc | |||
@@ -41,7 +41,9 @@ EXTRA_OECONF = "-prefix ${prefix} \ | |||
41 | -silent \ | 41 | -silent \ |
42 | -nomake examples \ | 42 | -nomake examples \ |
43 | -nomake tests \ | 43 | -nomake tests \ |
44 | -no-rpath" | 44 | -nomake demos \ |
45 | -no-rpath \ | ||
46 | " | ||
45 | 47 | ||
46 | do_configure() { | 48 | do_configure() { |
47 | # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++) | 49 | # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++) |