From 3909595e893a706784a81e3f3fcec7235ff84f14 Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Wed, 19 Mar 2014 12:21:04 +0100 Subject: QML PingPong example added Example presents the socket communication between two Bluetooth devices. The basic concept is the ping pong game, where coordinate updates of the ball and pedals are sent via socket. Change-Id: I61d8eb0baaa11c1485a923bb0a6ae6b89cd0e6a9 Reviewed-by: Alex Blasche --- examples/bluetooth/bluetooth.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/bluetooth/bluetooth.pro') diff --git a/examples/bluetooth/bluetooth.pro b/examples/bluetooth/bluetooth.pro index e8a6f9a6..251d7dd1 100644 --- a/examples/bluetooth/bluetooth.pro +++ b/examples/bluetooth/bluetooth.pro @@ -6,4 +6,4 @@ qtHaveModule(widgets) { bttennis } -qtHaveModule(quick): SUBDIRS += scanner picturetransfer +qtHaveModule(quick): SUBDIRS += scanner picturetransfer pingpong -- cgit v1.2.3 From 1b256167372734a5b84b5f657cf9d99c5128e505 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 2 Apr 2014 15:40:14 +0200 Subject: Remove old Bluetooth tennis example And update the documentation around the removal. The new ping pong game example is written in QML and much easier to maintain. Change-Id: I885d0c82b8f6eb8935c8f030ebb0adef9c1afc85 Reviewed-by: Fabian Bumberger --- examples/bluetooth/bluetooth.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/bluetooth/bluetooth.pro') diff --git a/examples/bluetooth/bluetooth.pro b/examples/bluetooth/bluetooth.pro index 251d7dd1..a0379f6c 100644 --- a/examples/bluetooth/bluetooth.pro +++ b/examples/bluetooth/bluetooth.pro @@ -2,8 +2,7 @@ TEMPLATE = subdirs qtHaveModule(widgets) { SUBDIRS += btchat \ btscanner \ - btfiletransfer \ - bttennis + btfiletransfer } qtHaveModule(quick): SUBDIRS += scanner picturetransfer pingpong -- cgit v1.2.3