diff mbox

qt: fix qconfig configure parameter

Message ID 1336425264-29060-1-git-send-email-fhunleth@troodon-software.com
State Accepted
Commit 49f16f4b97abb888e918ce3d70d8a26f03db05c1
Headers show

Commit Message

Frank Hunleth May 7, 2012, 9:14 p.m. UTC
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@troodon-software.com>
---
 package/qt/qt.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard Dec. 14, 2012, 12:05 a.m. UTC | #1
>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:

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

Committed, thanks - And sorry for the slow response.
diff mbox

Patch

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)