Re: [Interest] [Development] "Examples and demos" component in Jira (QTBUG project)

2020-09-11 Thread Kai Köhne
> -Ursprüngliche Nachricht- > Von: Development Im Auftrag von > Santtu Ahonen > Betreff: Re: [Development] "Examples and demos" component in Jira (QTBUG > project) > > Retiring the component would be a massive loss of data and alignment > between projects. This before retirement proposal

Re: [Interest] QML/C++ interaction in Qt6

2020-09-11 Thread Jérôme Godbout
Will Qt 6 still use the Meta information to access Qml properties or it rely more on compiled C++ now? I guess it still the same as before. Is the properties declaration of Qt for MCU (Qml lite or soemthign like that) be available (syntax wise, template)? That would leverage soo much redundent c

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread Jérôme Godbout
There was a discussion about this a while back into Slack QtMob into the Android channel: my android.pri now include the right manifest based on the build version: MANIFEST_ANDROID_AMOTUS = AndroidManifest.xml LIBS_ANDROID_AMOTUS = libs.xml versionAtLeast(QT_VERS

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread Alexander Dyagilev
Thanks. This + https://wiki.qt.io/AndroidServices helped. On 9/11/2020 2:19 PM, Markus Haberlander wrote: Have a look at https://wiki.qt.io/Qt_for_Android_known_issues : In order to work with Qt 5.14.0 and later releases, the AndroidManifest.xml generated for older versions has to be updated.

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread Markus Haberlander
Have a look at https://wiki.qt.io/Qt_for_Android_known_issues : In order to work with Qt 5.14.0 and later releases, the AndroidManifest.xml generated for older versions has to be updated. This can be done either by replacing the manifest automatically using Qt Creator, or by manually editing the

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread ekke
yes - it's no 'update' I have checked-in all files created from template into my git then create templates and check the diffs so you can manually adjust Am 11.09.20 um 11:53 schrieb Alexander Dyagilev: There is no such a feature. It just completely overwrites manifest so I loose everything and

Re: [Interest] QML/C++ interaction in Qt6

2020-09-11 Thread Ulf Hermann
- Allow QML to access public properties of classes, even if these public properties do not use `Q_PROPERTY` - Allow QML access to classes that are neither `QObject`, nor `QGadget` This is not planned right now. Note that we rely on moc to generate the class descriptions that QML uses. Therefor

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread Stanislas RENAN
Hi, You have to diff templates bundled with the two Qt versions and integrate manually the differences in the xml of your project. May not fix your case, though. Stanislas Le 11/09/2020 à 11:53, Alexander Dyagilev a écrit : There is no such a feature. It just completely overwrites manifest s

[Interest] QML/C++ interaction in Qt6

2020-09-11 Thread Magnus Groß
Hi, since Qt6 is going to include the strict QML subset, where everything can be compiled down to native C++, I was wondering if there are efforts going with that to improve interactions between the two languages along with it. Two things I am thinking of specifically: - Allow QML to access

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread Alexander Dyagilev
There is no such a feature. It just completely overwrites manifest so I loose everything and my project gets broken even more. It's not an update On 9/11/2020 9:59 AM, ekke wrote: Have you tried to update your templates ? Project - Android - Build - Create Templates ekke Am 11.09.20 um 05

Re: [Interest] No implementation found for boolean org.qtproject.qt5.android.QtNative.startQtAndroidPlugin

2020-09-11 Thread ekke
Have you tried to update your templates ? Project - Android - Build - Create Templates ekke Am 11.09.20 um 05:42 schrieb Alexander Dyagilev: Hello, I'm trying to build and run my project under Qt 5.15.1. The app crashes on start with the following output: E loadmanager.fd: No implementation