Re: [Interest] Porting Qt to our RTOS

2018-09-26 Thread Tuukka Turunen
Hi Kim, Even partial Posix will help you get going. It is possible to do without, but then more work will be needed. When looking into QPA, perhaps the one for INTEGRITY is the one that you want to start with. What kind of hardware and applications you are thinking about? Yours, Tuu

Re: [Interest] Porting Qt to our RTOS

2018-09-26 Thread Jason H
I think POSIX will make it very l vastly easier. But a graphical raster framebuffer should be doable. Look at QPA, the platform plugin architecture and see what you can adapt. Warning: I've never tried to do it. > Sent: Thursday, September 27, 2018 at 2:09 AM > From: "Kim Hartman" > To: "int

Re: [Interest] When Microsoft comes to purchase Qt what will, be the outcome?

2018-09-26 Thread Jason H
You're preaching to the choir. Rest in peace Nokia Meego, and it's replacement, Windows Phone. It never even ran on a zune! I bet you Qt could run on a zune. > Sent: Wednesday, September 26, 2018 at 4:03 PM > From: "Roland Hughes" > To: interest@qt-project.org > Subject: Re: [Interest] When M

[Interest] Porting Qt to our RTOS

2018-09-26 Thread Kim Hartman
I am investigating how to bring Qt to our INtime RTOS. The INtime Distributed RTOS runs on standard PC hardware as a multicore AMP OS (no SMP and not POSIX compliant). Currently the RTOS has only a text console output based on INT10 services. The RTOS is fully preemptive, with strict priority ba

Re: [Interest] When Microsoft comes to purchase Qt what will, be the outcome?

2018-09-26 Thread Roland Hughes
On 9/26/18 4:41 AM, Thiago Macieira wrote: The "poison pill" of the KDE Free Qt Foundation kicks in if there are commercial releases with no equivalent open source within 12 months of that release. It does not kick in if the maintainer community decides to drop some platforms. For the latter,

[Interest] HTML and IMAGES to list

2018-09-26 Thread Roland Hughes
interest/attachments/20180926/824fb10a/attachment.html> -- next part -- A non-text attachment was scrubbed... Name: Screenshot_20180926_123910.png Type: image/png Size: 123431 bytes Desc: not available URL:<http://lists.qt-project.org/pipermail/interest/attachments/201

Re: [Interest] Qt with latest Android SDK

2018-09-26 Thread Igor Mironchik
Big thanks guys, Java 8 from Oracle, NDK r17. And all is fine. On 26.09.2018 13:24, Ivan Donchevskii wrote: > Use r10e unless you know why you don't. You don't need to do that. r17 works quite fine with Qt Creator. But you may have issues with r18 since it has gcc removed. Ivan --

Re: [Interest] What platform SDK are needed?

2018-09-26 Thread Artem Sidyakin
Here’s what I have: - SDK platforms: https://i.imgur.com/hZJBv5v.png - SDK tools: https://i.imgur.com/6vbt9hZ.png - Qt Creator Android settings: https://i.imgur.com/kixtWbw.png Qt 5.11.1, Qt Creator 4.7.1. And a couple of general advices: use JDK 8, not 9; use NDK 17, not 18 (but 18 will be supp

Re: [Interest] Qt win/wip Branch of qtconnectivity

2018-09-26 Thread Alex Blasche
Hi Kuncheria, Your statement tells me that it is not ready yet ;) In all honesty, the port is mostly working for Low Energy features. The branch is not feature complete with regards to classic Bluetooth. The fact that you have problems in the semi ready BLE section concerns me. I would appreci

Re: [Interest] Qt with latest Android SDK

2018-09-26 Thread Ivan Donchevskii
> Use r10e unless you know why you don't. You don't need to do that. r17 works quite fine with Qt Creator. But you may have issues with r18 since it has gcc removed. Ivan From: Interest on behalf of Stanislas RENAN Sent: Wednesday, September 26, 2018 12:22:

Re: [Interest] Qt with latest Android SDK

2018-09-26 Thread Stanislas RENAN
Le 26/09/2018 à 12:17, Igor Mironchik a écrit : Hi, On 26.09.2018 13:12, Stanislas RENAN wrote: Hi, Have you followed these steps ? Sure. Good. In particular, what is the version of your NDK ? 18.0.5002713 Not good. https://developer.android.com/ndk/downloads/revision_history Ch

Re: [Interest] Qt with latest Android SDK

2018-09-26 Thread Igor Mironchik
Hi, On 26.09.2018 13:12, Stanislas RENAN wrote: Hi, Have you followed these steps ? Sure. In particular, what is the version of your NDK ? 18.0.5002713 http://doc.qt.io/qt-5/androidgs.html Regards, Stanislas RENAN Le 26/09/2018 à 11:20, Igor Mironchik a écrit : Hello, I'm on

Re: [Interest] Qt with latest Android SDK

2018-09-26 Thread Stanislas RENAN
Hi, Have you followed these steps ? In particular, what is the version of your NDK ? http://doc.qt.io/qt-5/androidgs.html Regards, Stanislas RENAN Le 26/09/2018 à 11:20, Igor Mironchik a écrit : Hello, I'm on Linux, installed latest Android SDK and NDK, trying to build project for Andr

[Interest] Qt with latest Android SDK

2018-09-26 Thread Igor Mironchik
Hello, I'm on Linux, installed latest Android SDK and NDK, trying to build project for Android... 12:17:30: Running steps for project Pro... 12:17:30: Starting: "/home/igor/Qt/5.11.2/android_armv7/bin/qmake" /home/igor/Work/Projects/pro/Pro.pro -spec android-g++ CONFIG+=debug CONFIG+=qml_de