[Interest] Issues with QML registration of C++ types (only in Visual Studio Solution)

2025-04-05 Thread Schimkowitsch Robert
My project contains QML files that will refer to C++ types by name. The QML module and type are registered on startup, the QML file does the right import(s), then I can use C++ classes (QObjects with QML_ELEMENT) as typed entities in QML. Everything works as expected….when using cmake. The same

Re: [Interest] Missing CUPS library on Linux for Qt 6.7.3

2025-04-05 Thread Michael Jackson
Thank You Thiago! For the record: sudo apt install libcups2-dev -- Mike Jackson On Mar 18, 2025 at 00:11:36, Thiago Macieira wrote: > On Monday, 17 March 2025 19:29:58 Pacific Daylight Time Michael Jackson > wrote: > > This is on a Ubuntu 22.04 completely updated system. I did the usual sudo