[Buildroot] [PATCH 8/9] qt: fix config when specifying custom config file

Will Wagner will_wagner at carallon.com
Fri Oct 14 14:52:00 UTC 2011


Signed-off-by: Will Wagner <will_wagner at carallon.com>
---
 package/qt/qt.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 1137218..e900363 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -32,7 +32,7 @@ endif
 QT_CONFIG_FILE=$(call qstrip,$(BR2_PACKAGE_QT_CONFIG_FILE))
 
 ifneq ($(QT_CONFIG_FILE),)
-QT_CONFIGURE_OPTS += -config buildroot
+QT_CONFIGURE_OPTS += -qconfig buildroot
 endif
 
 QT_CFLAGS = $(TARGET_CFLAGS)
-- 
1.7.2.5





More information about the buildroot mailing list