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

Unable to build standalone executable on Windows 7, Qt5.3.1

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

Viewing all articles
Browse latest Browse all 2113

Trending Articles