Re: [Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Ulf Hermann via Interest
It will come back in a future release: https://codereview.qt-project.org/c/qt-creator/qt-creator/+/473719 It is, however, not a good idea to use qmake for new QML-based projects. In qmake you don't have qt_add_qml_module

Re: [Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Sze Howe Koh
The ability to generate new Qt Quick projects using qmake was deliberately removed from Qt Creator 10.0: https://bugreports.qt.io/browse/QTCREATORBUG-28964 It will come back in a future release: https://codereview.qt-project.org/c/qt-creator/qt-creator/+/473719 Qt Creator 10.0 can still load and

Re: [Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Axel Spoerl via Interest
...that means, Creator has at least one valid Qt Version in Edit->Preferences->Kits->Qt Versions, that * is pointing to a qmake executable, * located in a build tree that has (at least) qtbase, qtshadertools and qtdeclarative compiled / installed? If all of that is the case, Creator

Re: [Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Alexander Dyagilev
It's installed correctly and is able to find qmake. If I try to create a Widgets application - there is qmake available. I don't see it only in case of Qt Quick application project. On 4/29/2023 1:38 PM, Axel Spoerl via Interest wrote: Hi Alexander, if Qt Creator has been installed

Re: [Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Axel Spoerl via Interest
Hi Alexander, if Qt Creator has been installed correctly and it finds qmake, it is available and supported. This is my Qt Creator 10 on MacOS: [cid:43653281-0d51-488f-bb81-6ac6181c3078] Cheers Axel Von: Interest im Auftrag von Alexander Dyagilev Gesendet:

[Interest] Qt Quick: no qmake support anymore?

2023-04-29 Thread Alexander Dyagilev
Hello, I'm trying to create a new Qt Quick application in Qt Creator 10 under macOS. On the Define Build System steps there are only two available: cmake and qbs. Is it a bug or qmake is not supported anymore? If it's not supported, what will happen with existing projects? I do not get

Re: [Interest] Behavior of write() to stdErr in Qt Creator

2023-04-29 Thread Bernhard Lindner
Ok, I see. That is plausible. I will create an issue. Thanks for your support. On Fr, 2023-04-28 at 16:21 -0700, Thiago Macieira wrote: > On Friday, 28 April 2023 01:31:39 PDT Bernhard Lindner wrote: > > Please note that lines are not interleaved. Still a line feed is added after > > each