I am using Qt Creator 3.1.2 (opensource) on a Win7 64 bit machine.
I have created a simple app using C++ with the mingw compiler.
I would like to create a static library in the C:\Qt\SataticApps folder.
I have tried using the following command:
C:\Qt\5.3\mingw482_32>.\configure -static -platform win32-g++ -prefix C:\Qt\StaticApps
which gives the following error:
Error: Could not find licheck.exe
Try re-installing.
Any ideas out there?
↧