Why does it show me an error when trying to compile in static
-
wrote on 2 Aug 2023, 21:51 last edited by lincoln 8 Feb 2023, 21:53
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. -
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?
wrote on 4 Aug 2023, 11:06 last edited by@jsulm. I'm using the one from qt
-
@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?
1/4