Bluetooth for Windows/Mac workaround?
-
Yes it absolutely is. I just had to do a bluetooth pairing project under windows and I was pretty much forced to use winapi to do it. Qt bluetooth stuff doesn't work for me on osx/windows or linux. I still used Qt for it's general awesomeness and to provide the service.
Anyway, you can write a lib, or you can just use #ifdef Q_OS_WIN to wrap your windows specific code, or other platform defs for whatever platform you are on.