Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread Filip Piechocki
Didn;t even know that QtCreator can detect NDK and so on as it is quite simple to add proper Clang and its -target switch (look at qmake.conf in android-clang mkspec) together with Qt for Android built with this clang and setup new Kit. It works :) BR Filip On Tue, Dec 18, 2018 at 1:54 PM René Ha

Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread Markus Maier
Hi, which Qt Creator version are you using? The QtC 4.8 release is the first that can detect the clang toolchain in NDK 18b, and this works fine for me with prebuilt Qt 5.12 armv7 which was built with clang. Best regards Markus Am Di., 18. Dez. 2018 um 12:54 Uhr schrieb Filip Piechocki < fpiecho

Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread Filip Piechocki
Oops, forgot to mention that we are using NDK 18 On Tue, Dec 18, 2018 at 12:29 PM Filip Piechocki wrote: > > Hi, > Yes, we are building Qt 5.12.0 and 5.11.2 with android-clang with NDK > installed via Android SDK (or Android Studio) so the location is > /opt/Android/ndk-bundle. Here is my configu

Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread René Hansen
I think I'd run into one of those spurious QtCreator flakes, so I just nuked everything; all settings etc. and started over. It seems to correctly detect the NDK now. Thanks again, /René On Tue, 18 Dec 2018 at 12:34 ekke wrote: > Hi René, > > Android NDK r18b should work with Qt 5.12.0 and det

Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread Filip Piechocki
Hi, Yes, we are building Qt 5.12.0 and 5.11.2 with android-clang with NDK installed via Android SDK (or Android Studio) so the location is /opt/Android/ndk-bundle. Here is my configure line from building Qt 5.12.0-rc: ./configure -opensource -confirm-license -prefix /opt/qt/5.12-rc-android-clang -x

Re: [Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread ekke
Hi René, Android NDK r18b should work with Qt 5.12.0 and detect clang. (on macOS 10.13.6) Build / Target SDK 28 ekke Am 18.12.18 um 12:08 schrieb René Hansen: > Hi all, > > > So I'm finally trying to make the jump from 5.11 to 5.12 and also > upgrade from ndk r10e, but I've yet to get the setup

[Interest] Android NDK with clang for 5.12.0?

2018-12-18 Thread René Hansen
Hi all, So I'm finally trying to make the jump from 5.11 to 5.12 and also upgrade from ndk r10e, but I've yet to get the setup correct. This says to just use the "latest" with android-clang toolchain, but not much else. http://doc.qt.io/qt-5/android-getting-started.html However, just updating