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

Static building for x64 - Where is the platform set & two other questions

$
0
0
Hey there, after a long night I finally built the static libraries from Qt 5.2.0. But: I had to use the win32-msvc2012 platformset. How can I build the win64 versions of them? There is no win64 platform set, except winrt-x64-msvc2012, but this led to some errors (I am compiling on Windows 7 ×64). Do I have to switch something when calling configure or nmake? I tried using the x64-VS-commandline and set “-D x86_64” as a additional parametre at configure (I dont know if that is the right way, just saw this in the qmake.conf), but this leads to an linker error. Besides that, there a two other questions: 1) How can I specify the output path for the library files? 2) After the compilation, the whole installation occupied more than 20 GB.. are there any caches I can delete, and do I need the lonely*.obj-files in the subdirs from \qtbase? The *.lib-files are stored directly in \qtbase\lib.. €dit: The examples folder grow up to 25.3 GB.. but when I got the libaries, I dont need the example files, right? I wonder anyway why this folder got compiled.. Greetings, VVCephei

Viewing all articles
Browse latest Browse all 2113

Trending Articles