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)
