Re: [Development] How to make a qt6 module using cmake?

2023-11-24 Thread Alexandru Croitor via Development
> I found a way to reproduce it. Setting `CMAKE_INSTALL_PREFIX=/` or any path > that is different from qt path breaks the docs compilation. Should be fixed with https://codereview.qt-project.org/c/qt/qtbase/+/521024 -- Development mailing list Development@qt-project.org

Re: [Development] How to make a qt6 module using cmake?

2023-11-24 Thread Bogdan Vatra via Development
Hi, În ziua de marți, 21 noiembrie 2023, la 18:45:51 EET, Alexandru Croitor a scris: > > On 21. Nov 2023, at 16:46, BogDan Vatra wrote: > > > > On 2023-11-21 16:47, Alexandru Croitor wrote: > >>> On 21. Nov 2023, at 13:21, Bogdan Vatra via Development > >>> wrote: Hello there, > >> > >> Hi, >

Re: [Development] How to make a qt6 module using cmake?

2023-11-21 Thread Alexandru Croitor via Development
> On 21. Nov 2023, at 16:46, BogDan Vatra wrote: > > On 2023-11-21 16:47, Alexandru Croitor wrote: >>> On 21. Nov 2023, at 13:21, Bogdan Vatra via Development >>> wrote: >>> Hello there, >> Hi, > > Salut, > >> > > I tried qtmqtt to be sure that I didn't do any mistakes, it seems if I

Re: [Development] How to make a qt6 module using cmake?

2023-11-21 Thread Alexandru Croitor via Development
> On 21. Nov 2023, at 13:21, Bogdan Vatra via Development > wrote: > > Hello there, Hi, > > I'm trying to port a qt5 module to qt6 which it seems starting with 6.4.x > the qmake support is broke/removed for modules so I'm forced to use cmake... > > I checked other qt modules (e.g.