PDA

View Full Version : Build a snapshot



Dark_Tower
23rd April 2006, 16:41
Hi all, I've downloaded the last Qt snapshot for WindowsXP in a zip file (qt-win-opensource-src-4.1.3-snapshot-20060415.zip) form Trolltech's page. I've run "configure.exe -release" but only "qmake.exe" has been built (no dlls, moc.exe,...). Anybody could tell me how to build the rest of the libraries or simply how should I call "configure.exe" to build all at once?

wysota
23rd April 2006, 17:00
Call "make" to build the library just as you call it to build your programs.