浏览代码

qt: fix qt3 support target install

"lib" shouldn't be prefixed, otherwise the make file tries to install
liblibQt3Support.so.*.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父节点
当前提交
187ca32ae4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qt/qt.mk

+ 1 - 1
package/qt/qt.mk

@@ -539,7 +539,7 @@ ifeq ($(BR2_PACKAGE_QT_SCRIPTTOOLS),y)
 QT_INSTALL_LIBS    += QtScriptTools
 QT_INSTALL_LIBS    += QtScriptTools
 endif
 endif
 ifeq ($(BR2_PACKAGE_QT_QT3SUPPORT),y)
 ifeq ($(BR2_PACKAGE_QT_QT3SUPPORT),y)
-QT_INSTALL_LIBS    += libQt3Support
+QT_INSTALL_LIBS    += Qt3Support
 endif
 endif
 
 
 QT_CONF_FILE=$(HOST_DIR)/usr/bin/qt.conf
 QT_CONF_FILE=$(HOST_DIR)/usr/bin/qt.conf