From 49f16f4b97abb888e918ce3d70d8a26f03db05c1 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 7 May 2012 11:14:24 +0000 Subject: qt: fix qconfig configure parameter 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 Signed-off-by: Peter Korsgaard --- package/qt/qt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt/qt.mk b/package/qt/qt.mk index be0808d51..b09d0eda7 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -24,7 +24,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) -- cgit v1.2.3