Jan Mulder
2018-11-14 21:28:04 UTC
With Qt 5.12 coming soon (end this month), I gave the beta #4 a try
today. My focus was on the cross build of Subsurface-mobile for Android.
Obviously, I ran in some problems, but nothing that seems mayor. One
weird thing I could not solve up to now is an undefined reference from
the linker (QtAndroid::runOnAndroidThread); a construct to set the color
of the header and footer to our liking.
With Qt 5.12 also a build for arm64 architecture becomes feasible. And I
succeeded in a running arm64 app on my device. Also here, relatively
straightforward (in hindsight). This requires a newer API that the
currently used 16. I used API 21 (corresponding to Android 5.0).
So, my question for Dirk: interested in set of patches for all this?
Obviously, no hurry here, as 5.12 is still beta. I between I might take
a look into clang instead of gcc for the mobile app, as Android had
moved away from gcc, and support will end someday.
--jan
today. My focus was on the cross build of Subsurface-mobile for Android.
Obviously, I ran in some problems, but nothing that seems mayor. One
weird thing I could not solve up to now is an undefined reference from
the linker (QtAndroid::runOnAndroidThread); a construct to set the color
of the header and footer to our liking.
With Qt 5.12 also a build for arm64 architecture becomes feasible. And I
succeeded in a running arm64 app on my device. Also here, relatively
straightforward (in hindsight). This requires a newer API that the
currently used 16. I used API 21 (corresponding to Android 5.0).
So, my question for Dirk: interested in set of patches for all this?
Obviously, no hurry here, as 5.12 is still beta. I between I might take
a look into clang instead of gcc for the mobile app, as Android had
moved away from gcc, and support will end someday.
--jan