How to clone "blueZ" as a project ?
Unsolved
General and Desktop
-
I can clone "blueZ" library but it won't start / run as project.
I actually like to have a source copy so I can compare my code...
Any suggestions how to do this would be appreciated -
The bluez sourcecode can be found here: https://github.com/bluez/bluez
-
I know that - I want to clone it as a project.
If I just clone it I cannot navigate it using QT editor . makes search awkward. -
@AnneRanch blueZ doesn't use qmake, CMake or Autotools as build system, so support in QtCreator will be limited.
But you should be able to open and navigate it when you simply open the makefile via:
File->New File or Project...->Import Project->Import existing Project