| Submitter | Frank Hunleth |
|---|---|
| Date | May 7, 2012, 9:14 p.m. |
| Message ID | <1336425264-29060-1-git-send-email-fhunleth@troodon-software.com> |
| Download | mbox | patch |
| Permalink | /patch/157469/ |
| State | Accepted |
| Commit | 49f16f4b97abb888e918ce3d70d8a26f03db05c1 |
| Headers | show |
Comments
>>>>> "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.
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)
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(-)