qt5connectivity: add sdpscanner tool for Qt5Bluetooth

Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Julien Corjon 2016-04-04 11:56:01 +02:00 committed by Thomas Petazzoni
parent a1cf3b7942
commit ee7cb3ba99

View File

@ -43,6 +43,7 @@ endif
define QT5CONNECTIVITY_INSTALL_TARGET_CMDS
cp -dpf $(STAGING_DIR)/usr/lib/libQt5Bluetooth.so.* $(TARGET_DIR)/usr/lib
cp -dpf $(STAGING_DIR)/usr/bin/sdpscanner $(TARGET_DIR)/usr/bin
$(QT5CONNECTIVITY_INSTALL_TARGET_QMLS)
endef