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>
This commit is contained in:
Peter Korsgaard 2011-03-29 13:34:25 +02:00
parent f055b266f1
commit 187ca32ae4

View File

@ -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