[Buildroot] [PATCH] qt: fix qconfig configure parameter

Frank Hunleth fhunleth at troodon-software.com
Mon May 7 21:14:24 UTC 2012


The Qt configure option for specifying a custom qconfig.h
file changed from -config to -qconfig. This makes the
corresponding change in qt.mk.

Signed-off-by: Frank Hunleth <fhunleth at troodon-software.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 7e6c5dd..2adcd01 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -25,7 +25,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.0.4



More information about the buildroot mailing list