Qt app with WatchOS extension
Unsolved
Mobile and Embedded
-
Hi,
I want to extend my Qt app with a WatchKit/WatchOS extension. The WatchOS app is completely written in Swift and communicates with the Qt app with the classes supplied by the WatchKit framework.
Now the problem is that everytime the Qt project is updated (i.e. cmake regenerates the xCode file) all WatchKit related stuff (the two watch related project files; compilation target, compiler flags, etc.) are removed and I have to manually create a new xCode project and copy&configure everything again. This is a process which takes hours.
Is there a way/workflow to combine a xCode WatchKit project with the Qt-generated xCode project without having to re-configure everything?
Regards,