diff options
-rw-r--r-- | 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 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) |