Problems changing from qt 5.9.6 to 5.12.0
-
Hello,
I am currently using qt 5.9.6 MinGW 32bit and would like to switch to qt 5.12.0, because in version 5.9.6 the OPC UA biblioteces are not available.
Can someone give me a tip on what to look for or how to proceed exactly?
I have already tried it myself, but now I can not compile my current programs with the new version.
Error:
Error creating / deploying the project test_screen (Kit: Desktop Qt 5.12.0 MSVC2017 32bit)
The Kit Desktop Qt 5.12.0 MSVC2017 32bit contains configuration issues that could be the cause of this problem.
When performing step "Make"Thank you in advance.
Regards Mogli
-
Hello,
I am currently using qt 5.9.6 MinGW 32bit and would like to switch to qt 5.12.0, because in version 5.9.6 the OPC UA biblioteces are not available.
Can someone give me a tip on what to look for or how to proceed exactly?
I have already tried it myself, but now I can not compile my current programs with the new version.
Error:
Error creating / deploying the project test_screen (Kit: Desktop Qt 5.12.0 MSVC2017 32bit)
The Kit Desktop Qt 5.12.0 MSVC2017 32bit contains configuration issues that could be the cause of this problem.
When performing step "Make"Thank you in advance.
Regards Mogli
@Mogli123 said in Problems changing from qt 5.9.6 to 5.12.0:
The Kit Desktop Qt 5.12.0 MSVC2017 32bit contains configuration issues that could be the cause of this problem.
Check the Kit to see what exactly is wrong with it...
-
@Mogli123 there is more to it, from the screenshot, you're trying to use Mingw compiler for your MSVC project, that can't work!