Qt Tools and Versions & MSVC 2019
-
@Pradeep-P-N Why did you install Qt 5.9.2 and not the latest stable version (5.12.3)? I'm not sure that old version is going to work with latest Visual Studio.
-
@Pradeep-P-N Why did you install Qt 5.9.2 and not the latest stable version (5.12.3)? I'm not sure that old version is going to work with latest Visual Studio.
Hi @jsulm thank you.
I was just trying. Yes i agree that version compatibility issues may come.
But my intention was to find the solution, so that it might help some one else also who can try with old Versions of Qt. -
@JKSH , @J-Hilk
Thank you for the support.
Sure i will check with the suggestions provided above. -
Hi @jsulm thank you.
I was just trying. Yes i agree that version compatibility issues may come.
But my intention was to find the solution, so that it might help some one else also who can try with old Versions of Qt.@Pradeep-P-N said in Qt Tools and Versions & MSVC 2019:
my intention was to find the solution, so that it might help some one else also who can try with old Versions of Qt.
Right now, you are experiencing lots of issues. We can't tell whether the issues are being caused by version incompatibilities or not.
I recommend you try to get it working with the latest versions first. After that, you can spend time trying to make it work with older versions.
-
@JKSH , @J-Hilk
Thank you for the support.
Sure i will check with the suggestions provided above.Hello! Also please note about this issue with
Qt
andMSVC2019
: https://bugreports.qt.io/browse/QTBUG-75280
It is still not fixed yet. For now it is better to useQt
withMSVC2017
. -
Hello! Also please note about this issue with
Qt
andMSVC2019
: https://bugreports.qt.io/browse/QTBUG-75280
It is still not fixed yet. For now it is better to useQt
withMSVC2017
.@Cobra91151
Thanks.
Jup, shifted toMSVC 2017
. -
@Pradeep-P-N said in Qt Tools and Versions & MSVC 2019:
Qt don't have the Kit for MSVC 2019
MSVC 2019 is binary compatible with MSVC 2017.
So, you can configure the kit to use the Qt libary for MSVC 2017 together with your MSVC 2019 compiler.
@JKSH Can you put this information (Qt msvc2017 is binary compatible with msvc2019 package) to a more prominent place on the Qt pages, e.g. the download section, to be visible for all people seeking the latest and greatest version of Qt for their compiler? I was looking for this kind of information at least 1 hour. Cheers, Volker
-
@JKSH Can you put this information (Qt msvc2017 is binary compatible with msvc2019 package) to a more prominent place on the Qt pages, e.g. the download section, to be visible for all people seeking the latest and greatest version of Qt for their compiler? I was looking for this kind of information at least 1 hour. Cheers, Volker
@volker said in Qt Tools and Versions & MSVC 2019:
Can you put this information (Qt msvc2017 is binary compatible with msvc2019 package) to a more prominent place on the Qt pages, e.g. the download section
I don't have access to the Qt website, sorry. Please submit your request to https://bugreports.qt.io (under "Qt Project Website")
The compatibility information comes from Microsoft directly: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019
-
@volker said in Qt Tools and Versions & MSVC 2019:
Can you put this information (Qt msvc2017 is binary compatible with msvc2019 package) to a more prominent place on the Qt pages, e.g. the download section
I don't have access to the Qt website, sorry. Please submit your request to https://bugreports.qt.io (under "Qt Project Website")
The compatibility information comes from Microsoft directly: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019
-
@JKSH Ah, now I see. I must have missed that fact when downloading/installing MSVC2019. Will file a request to the bug reports. Cheers, Volker