Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

[Solved] Qt 4.8, MSVC2010, nmake, don't know how to make 'sub-src'

$
0
0
Hello, I try to compile Qt 4.8.5 on a Windows 7 machine, with VS 2010 SP1, Windows SDK 7.1. I need to build in x64 mode. Is this wiki page still accurate? http://qt-project.org/wiki/Building_Qt_Desktop_for_Windows_with_MSVC I did: got the Qt sources and installes OpenSSL binaries set up QTDIR, OPENSSL, PATH, QMAKESPEC (win32-msvc2010) added -MP2 option as stated on wiki page tried both configure listed below nmake sub-src fails with “don’t know how to make ‘sub-src’” What am I missing? Additionnally, am I sure it will perform a x64 build? I guess I don’t need phonon. Thank you for any information. configure version 1: configure -release -opensource -shared -ltcg -no-fast -exceptions -accessibility -stl -qt-sql-sqlite -no-qt3support -no-openvg -platform win32-msvc2010 -graphicssystem raster -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -no-dsp -no-vcproj -incredibuild-xge -plugin-manifests -qmake -process -rtti -mmx -3dnow -sse -sse2 -openssl -no-dbus -phonon -phonon-backend -multimedia -audio-backend -webkit -script -scripttools -declarative -arch windows -qt-style-windows -qt-style-windowsxp -qt-style-windowsvista -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -no-style-windowsce -no-style-windowsmobile -no-style-s60 -native-gestures configure version 2: configure -mp -opensource -nomake demos -nomake examples -platform win32-msvc2010

Viewing all articles
Browse latest Browse all 13965