WatchOS application with qt c++ ios base?
Unsolved
Mobile and Embedded
-
Hi and welcome to the forums
https://blog.qt.io/blog/2017/01/30/whats-new-in-qt-on-apple-platforms/
Unless something big changed, it seems its not possible to do Qt GUI
on watchOS -
- So, can I somehow mix native ui with qt logic?
- If I cannot fully develop for watchOS with qt, is it possible to mix existent ios app(which was written in the past on qt and c++) with native watchos code? I know that it 's possible through opening generated .xcodeproj file and adding watchKit app target, but how to automate this thing for CI/CD? I mean automatically build ios and watchkit app in that case, because code for ios and watchkit app could be changed at the same time and I not happy to manually add target's after every commit.
-
@H4lu did you manage to do anything ? is the mixing qt / xcode strategy working ?