Re: [Interest] Compiling/Generating the full set of documentation for Qt 5.15.2

2021-01-15 Thread Michael Jackson
```make install_docs``` -- Mike J On 1/15/21, 3:42 PM, "Michael Jackson" wrote: I’m slowly adding in more parts of Qt 5.15.2 so that our developers can have a fuller experience with Qt. One place that I am coming up short in the documentation area though. After I get Qt compiled, I do

[Interest] Compiling/Generating the full set of documentation for Qt 5.15.2

2021-01-15 Thread Michael Jackson
I’m slowly adding in more parts of Qt 5.15.2 so that our developers can have a fuller experience with Qt. One place that I am coming up short in the documentation area though. After I get Qt compiled, I do a “make docs” and then “make install” but when I open QAssistant I don’t get any of the do

Re: [Interest] qmake bug. Any workaround?

2021-01-15 Thread Alexander Dyagilev
I've created additional .cpp file in which I've just included disarm.cpp. This helped. But I would like to get a solution which will work after any changes are made to Detours lib so I do not have to make such modifications in the future. On 1/15/2021 6:36 PM, Allan Sandfeld Jensen wrote: Re

[Interest] Client requested name ".AppleColorEmojiUI", it will get TimesNewRomanPSMT rather than the intended font.

2021-01-15 Thread Nuno Santos
Hi, Since I’ve upgraded to Qt 5.15.2 I’ve been seeing this warnings when running my program as an app extension on iOS: 2021-01-15 16:05:08.219710+ appex[12608:3053837] CoreText note: Client requested name ".AppleColorEmojiUI", it will get TimesNewRomanPSMT rather than the intended font. A

Re: [Interest] qmake bug. Any workaround?

2021-01-15 Thread Allan Sandfeld Jensen
On Freitag, 15. Januar 2021 15:54:25 CET Alexander Dyagilev wrote: > Hello, > > I am trying to create a .pro file to compile Microsoft Detours lib. > > Failed, it generates linker error: > > detours.obj:-1: error: LNK2019: unresolved external symbol > DetourCopyInstruction referenced in function

Re: [Interest] qmake bug. Any workaround?

2021-01-15 Thread Thiago Macieira
On Friday, 15 January 2021 06:54:25 PST Alexander Dyagilev wrote: > Is there one which can be used in a real project? Why is this ugly bug > not fixed yet (8 years has passed)? Because it's not a bug, it's an intentional feature. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Arc

Re: [Interest] SQLite: mystic bug: No query Unable to fetch row error

2021-01-15 Thread Thiago Macieira
On Thursday, 14 January 2021 22:31:19 PST Alexander Dyagilev wrote: > BLOB, so any arbitrary data is allowed. Thus the reason is not that the > first byte is 0. But it might be that the binding is buggy and is not passing the full 16 bytes. You can easily confirm or deny this by trying to insert

[Interest] qmake bug. Any workaround?

2021-01-15 Thread Alexander Dyagilev
Hello, I am trying to create a .pro file to compile Microsoft Detours lib. Failed, it generates linker error: detours.obj:-1: error: LNK2019: unresolved external symbol DetourCopyInstruction referenced in function DetourAttachEx This function is defined in disasm.cpp in case there are no spe