Hi, I'm using cmake to configure and generate make files for MinGW. And I'm using Qt Creator to develop my app. After generating make files you suggest to use Visual Studio to build library. Is there a way to build it using Qt Creator?
What i have done I was using cmd . CD to Build folder and entered: "mingw32-make" . The building proccess started, however on 36% I got an error:
C:\MinGW\bin\windres.exe: invalid option -- W
Usage: C:\MinGW\bin\windres.exe [option(s)] [input-file] [output-file]
List of possible options [ ]
How to solve this? I'm new in programming, so explain as much detailed as possible in this case, please. What is the easiest way to solve this and install OpenCV for newbies.