Re: [Development] Using qml.exe with a custom QML_ELEMENT plugin

2023-10-26 Thread Elias Steurer via Development
I launch the qml app with these arguments (via VSCode launch.json):     "args": ["-I", "C:\\Code\\cpp\\build_Hello_Debug","-f", "C:\\Code\\cpp\\qml-plugin-minimal\\Main.qml", ], * My example project contains a simple Main.qml. with my Hello QML_ELEMENT o "C:\Code\cpp\qml-plugin-m

Re: [Development] Using qml.exe with a custom QML_ELEMENT plugin

2023-10-26 Thread Ulf Hermann via Development
I can confirm a simple:     for (const QString &importPath : parser.values(importOption)){     QByteArray path = qgetenv("PATH");     QByteArray newPath = importPath.toLocal8Bit() + ";";     newPath += path;     qputenv("PATH", newPath);     qDebug() << "Modified PATH:"

Re: [Development] Using qml.exe with a custom QML_ELEMENT plugin

2023-10-26 Thread Elias Steurer via Development
I can confirm a simple:     for (const QString &importPath : parser.values(importOption)){     QByteArray path = qgetenv("PATH");     QByteArray newPath = importPath.toLocal8Bit() + ";";     newPath += path;     qputenv("PATH", newPath);     qDebug() << "Modified PATH:" << qge

[Development] [Announce] Qt Creator 12 Beta2 released

2023-10-26 Thread List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 12 Beta2! https://www.qt.io/blog/qt-creator-12-beta2-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.zil...@qt.io https://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius,