Re: [Interest] Qt 5.x configure line prefix

2020-06-29 Thread Robert Heller
At Mon, 29 Jun 2020 09:46:16 +0530 Ramakanth Kesireddy wrote: > > > > Hi, > > Can anyone let me know if it is recommended to use -prefix /usr or the > default in the configure line where it gets installed in /usr/local/Qt5.x? Unless you are building an O/S packaging system package (eg .deb

Re: [Interest] Qt 6.0 and the future of QWebSockets module

2020-06-29 Thread Jason H
+1 I've moved to QtWebSockets for all IP communication, and it's made everything so much easier, even easier thant he QtHttpServer, which is what I was using and is still being developed.           Sent: Saturday, June 27, 2020 at 4:01 PM From: "Narolewski Jakub" To: "Lars Knoll" Cc: "intere

[Interest] Qt6 CMake Windows VS Debug Build Issues

2020-06-29 Thread Oliver Niebuhr
Hello List. I keep running into some Issues when trying to build a Debug Build with * Clang 10.0.1, build from Git, with VS 2019, Release build * CMake 3.17.3 * Ninja 1.10 * VS 2019 16.6.2 * Qt 6 Dev Branch: latest Git Issue Number 1 is a too long Input Line. No problem with Release builds though

Re: [Interest] Qt6 CMake Windows VS Debug Build Issues

2020-06-29 Thread Oliver Niebuhr
Quick answer to Issue Number 1: I had to shorten the Out-Of-Source Directory Name a little. Need to test multiple Variants - I just reorganized the Naming Scheme and would hate redo everything again :( Interestingly enough: The same Name / Directory Length works with QMAKE and JOM (Qt 5.15 and Qt 6

Re: [Interest] Qt6 CMake Windows VS Debug Build Issues

2020-06-29 Thread Thiago Macieira
On Monday, 29 June 2020 20:18:16 PDT Oliver Niebuhr wrote: > clangTooling.lib(Tooling.cpp.obj) : error LNK2038: mismatch detected for > 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value > 'MDd_DynamicDebug' in numerus.cpp.obj Is there a clangToolingd.lib, a debug-build equivalent of

Re: [Interest] Qt6 CMake Windows VS Debug Build Issues

2020-06-29 Thread Oliver Niebuhr
Am 30/06/2020 um 06:34 schrieb Thiago Macieira: > On Monday, 29 June 2020 20:18:16 PDT Oliver Niebuhr wrote: >> clangTooling.lib(Tooling.cpp.obj) : error LNK2038: mismatch detected for >> 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value >> 'MDd_DynamicDebug' in numerus.cpp.obj > > I