Qt building 64 bit

I downloaded the source Qt package and am trying to build a 64-bit version on a 64-bit Windows 7 machine. I read as much as possible about building Qt, but I am missing something somewhere.

I open a 64-bit command shell, which, apparently, may seem like some description, is the only necessary one.

Next, I call configure. However, should a platform option be specified? If so, which one? There seems to be no win64 option or anything like that.

Then I call nmake, which builds a bunch of things, but it still builds at 32 bits.

What am I missing? Any help would be awesome.

+3
source share
2 answers

configure, Qt 4.7.1 64- Windows. , , 64-. 64- . SDK Windows Platform, Visual Studio, vcvars64.bat( - ), .

configure -plugin-sql-sqlite -no-qt3support -no-webkit -developer-build -opensource -platform win32-msvc2008
nmake
+6

, . 32- Qt ? Qt.

+1

Source: https://habr.com/ru/post/1784126/


All Articles