I’ve been trying to follow this: https://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows
But recently discovered that because I used the online installer and did NOT build from source, that the directions weren’t originally relevant. I now have 5.3.1 source downloaded and get the following error:
> cd <path>\qt-everywhere-opensource-src-<version>
> configure -static -release -platform win32-msvc
+ cd qtbase
+ C:\Users\me\Desktop\qt-everywhere-opensource-src-5.3.1\qtbase\configure.bat -top-level -static -release -platform win32-msvc
Invalid option “win32-msvc” for -platform.
See the README file for a list of supported operating systems and compilers.
I’ve tried this in the following command prompts:
VS2013 ×86 Native Tools Command Prompt
VS2013 ×64 Native Tools Command Prompt
VS2013 ×64 Cross Tools Command Prompt
Qt 5.3.1
Windows 7, 64-bit
VS2013 compiler
↧