[Development] MSVC 2019 pre-built binaries

2019-04-25 Thread resurrection
I was wondering what are the plans for the Qt pre-built binary release built with MSVC 2019 (16.0+)? The SP support for MSVC 2017 ends along with Window 7 support on 14th January 2020 (https://support.microsoft.com/en-us/lifecycle/search?alpha=Visual%20Studio%202017

Re: [Development] Who is in charge of qt-project.org?

2018-11-02 Thread resurrection
Here is what I replied to the mail (when sent to me only):   Hi, This is absolutely true and we are well aware of this. We had a bit similar issue earlier when we ramped down engin.io backend: https://blog.qt.io/blog/2016/01/26/notification-for-all-qt-cloud-services-users/ We try to avoid such th

Re: [Development] Build system for Qt 6

2018-10-30 Thread resurrection
//Christian Gagneraud wrote: // // // set(var1 "Hello") // // set(var2 "Hello") // //  // // if(var1 EQUAL var2) // //     message("They are equal") // // endif() // //  // // Guess what, it prints NOTHING despite docs explicitly saying this should work. Nothig will help, STREQUAL, MATCHES, deref

Re: [Development] Build system for Qt 6

2018-10-29 Thread resurrection
Honestly I feel very disappointed as well with this decision. I feel similarly to others, Qbs is now being phased out so fast (half a year of development, another half a year of maintanance after that it seems). So better get to porting stuff to CMake right away. Having experience with CMake th

Re: [Development] clang-format

2018-07-03 Thread resurrection
Interesting discussion about using clang-format Qt wide. As someone who implemented something like that in a project (of smaller size than Qt, but not all that small) some points:   - clang-format virtually annihilates A LOT of manual work. It might not seem like much but I have measured it and