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

2023-05-03 Thread Ulf Hermann via Interest
Which begs the question of if it's worth it to bother with QML at all, or at least, when there is the option of something else like widgets. It has a more complex model of mixing the two worlds, it requires additional build system support, and the tooling support is also an additional layer

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

2023-05-02 Thread Alejandro Exojo
On Sat, Apr 29, 2023, at 2:45 PM, Ulf Hermann via Interest wrote: > > 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

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
ild tree, or >- of the online installer, showing which kits have been installed > > > -- > *Von:* Alexander Dyagilev > *Gesendet:* Samstag, 29. April 2023 13:09 > *An:* Axel Spoerl ; interest@qt-project.org < > interest@qt-project.org> &

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

2023-04-29 Thread Axel Spoerl via Interest
installer, showing which kits have been installed Von: Alexander Dyagilev Gesendet: Samstag, 29. April 2023 13:09 An: Axel Spoerl ; interest@qt-project.org Betreff: Re: [Interest] Qt Quick: no qmake support anymore? It's installed correctly and is able to f

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

2023-04-29 Thread Alexander Dyagilev
-project.org *Betreff:* [Interest] Qt Quick: no qmake support anymore? 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

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

2023-04-29 Thread Axel Spoerl via Interest
: Samstag, 29. April 2023 12:05 An: interest@qt-project.org Betreff: [Interest] Qt Quick: no qmake support anymore? 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

[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