Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

How do I create a static library to deploy programs on windows machines?

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles