Why does it show me an error when trying to compile in static
-
Hi guys, I've tried to configure my Qt Creator to compile to static, but I get the following error.
I have msys2 installed, and that's where I installed the static version of qt from: mingw-w64-qt6-static, it's version 6.5.1.
I have installed the qt creator 11 here I leave images of my configuration.And when i use cmake i get this other error
-
Hi guys, I've tried to configure my Qt Creator to compile to static, but I get the following error.
I have msys2 installed, and that's where I installed the static version of qt from: mingw-w64-qt6-static, it's version 6.5.1.
I have installed the qt creator 11 here I leave images of my configuration.And when i use cmake i get this other error
@lincoln said in Why does it show me an error when trying to compile in static:
I have msys2 installed, and that's where I installed the static version of qt from
But what compiler do you use to build your app? The one from MSYS or the one from MinGW?
-
@lincoln said in Why does it show me an error when trying to compile in static:
I have msys2 installed, and that's where I installed the static version of qt from
But what compiler do you use to build your app? The one from MSYS or the one from MinGW?
-
@lincoln
The issue occurs duringconfigure
and compilation doesn't even start.
Could you please post the entire CMakeLists.txt as well as the configure output?