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 8569f7d51..bdc32d955 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -539,7 +539,7 @@ ifeq ($(BR2_PACKAGE_QT_SCRIPTTOOLS),y) QT_INSTALL_LIBS += QtScriptTools endif ifeq ($(BR2_PACKAGE_QT_QT3SUPPORT),y) -QT_INSTALL_LIBS += libQt3Support +QT_INSTALL_LIBS += Qt3Support endif QT_CONF_FILE=$(HOST_DIR)/usr/bin/qt.conf |