QML Bluetooth Example Problem
-
Strange⦠Anyway, the essential part is that you got the module and can continue to hack :)
-
I may be absolutely wrong and please correct me if I am, but I think https requires (gerrit) authentication to work ...
-
requires (gerrit) authentication to work
yes
-
wrote on 24 Jun 2016, 22:42 last edited by
I can't understand, at my pc, 'git bash' gave me same error with 'git://...'.
$ git clone git://code.qt.io/qt/qtconnectivity.git
fatal: could not create work tree dir 'qtconnectivity': Permission denied -
Permission denied ? Do you have write permission in the folder you're trying to clone in ?
-
wrote on 26 Jun 2016, 10:04 last edited by
@SGaist I see. I understood my fault.
I worked respectively in pictures,
1.Wrong folder
-
Still same answer
You should re-build && re-install QtConnectivity from the wip/win branch: make && make install, and only then try to use examples.
PS: A good idea it is cleanup all existing QtBluetooth stuff from your Qt-installed directory, before making-installing of wip/win branch.
-
wrote on 29 Jun 2016, 19:19 last edited by
-
Yes, that's the one
- Clone the module
- Checkout the branch
- Build it (you can open the project within Qt Creator)
- Install it
And you should be good to go.
wrote on 23 Aug 2016, 21:55 last edited by@SGaist I tried the same steps, however, on trying to build it got the following error " C:/Qt/Examples/Qt-5.7/bluetooth/qtconnectivity/examples/bluetooth/picturetransfer/picturetransfer.pro is lacking an install target." Could you please advise. Thanks
-
Hi,
That's a bug that should have been fixed for the next release.