Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-08-17 Thread Thiago Macieira
On Monday, 14 August 2023 03:16:37 PDT Ivan Solovev via Development wrote: > > What I meant is that the product API of using the macros are the set of > > operators. The methods that those operators called are not API and users > > are not expected to use them in their code. In fact, if conflicting

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Cristian Adam via Development
On 17-Aug-23 17:08, Haowei Hsu wrote: Hello, Alexandru. I have already installed LLVM on my Windows computer using the LLVM-xxx-win64.exe installer downloaded from LLVM's GitHub. From the installation results, it does indeed

[Development] QtFluentMQ

2023-08-17 Thread team fluentmq
The "QtFluentMQ" project aims to create a user-friendly and versatile message queue (MQ) client using the Qt 6 framework. This client seamlessly handles communication with major MQ platforms. The first release would implement the AMQP protocol thus supporting RabbitMQ, ActiveMQ, Apollo, IbmMQ, A

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Alexandru Croitor via Development
The log told you WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation. You need to have a prebuilt libclang. From https://wiki.qt.io/Building_Qt_Documentation#Building_Qt_6_Documentation and https://doc.qt.io/

Re: [Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-17 Thread David Edmundson
> > Do you foresee any potential issues with this approach? Please feel free to > share your thoughts. > The relevant kwin expert, Xaver Hugl said in a chat about this topic: "While the overhead on the compositor side would be lower, rendering into a dmabuf with the CPU is pretty slow, especially

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Kai Köhne via Development
> so running > $ ninja qdoc qtattributionsscanner > qhelpgenerator. > should hopefully be sufficient Actually both are dependencies of the doc target. And since https://codereview.qt-project.org/c/qt/qttools/+/494893, just running configure cmake --build . docs should be enough. If you're u

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Alexandru Croitor via Development
Hi, In documentation that you linked, it's written that you will need qdoc, qtattributionsscanner and possibly qhelpgenerator. so running $ ninja qdoc qtattributionsscanner qhelpgenerator. should hopefully be sufficient > On 17. Aug 2023, at 10:17, Haowei Hsu wrote: > > Hello, Alexandru. Than

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Haowei Hsu
Hello, Alexandru. Thank you for your reply. In that case, I have another question to ask: - *Which module should I build before building the Qt documentation?* Since I only want to build the Qt documentation, I hope to minimize other unnecessary build steps. According to the Qt Wiki

Re: [Development] Unity Build on CI for Qt Base for 3 Platforms

2023-08-17 Thread Jörg Bornemann via Development
On 8/14/23 12:47, Friedrich W. H. Kossebau wrote: While at it, I am curious what purpose unity builds of Qt are supposed to serve, i.e. in which cases would exclusive use of unity builds be recommended to be used? Are there some docs/notes somewhere, when to use and when not? Unity builds are

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-17 Thread Alexandru Croitor via Development
Hi, You can't use Qt 6.3.2 to build documentation of Qt 6.5 / 6.6 / 6.7 / dev. Mixing versions like that is not supported. The configure log even tells you that, but you passed -DQT_NO_PACKAGE_VERSION_CHECK=TRUE anyway. You need a Qt 6.5 build to build documentation for Qt 6.5. You need a Qt 6.