Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Support for Android depolyment #10

Open gwaldvogel opened 4 years ago

gwaldvogel commented 4 years ago

It would be awesome to be able to directly deploy & run the Android app on a connected Android device within CLion. Debugging support for the app would also be nice, but would not be necessary in the first step.

For reference on how to implement that the Android-Plugin for the Qt Creator can be used: https://github.com/qt-creator/qt-creator/tree/master/src/plugins/android

If needed I can also give some further details on how the general workflow should be.