Talk:Psi-Qt4-Windows Build Instructions

From PsiWiki

I'm not sure whether Qt4 will compile using MSVC6. Same goes for Psi-Qt4. --michalj 16:33, 2 January 2006 (EST)

According to Trolltech their site Qt4 should be able to compile with MSVC6 but I don't know whether the Qt/Win project supports MSVC with their patches Mastah
Yeah, but MSVC6 is unable to compile advanced templates which occur in Qt4 source (in uic, AFAIR). michalj

About merging the manifests in vs2005. This is a new thing microsoft introduced in vs2005, because if you compile from the commandline in vs2005 they compiler doesn't merge automatically the manifest with the exe/dll file. It took me some time to find this the source of nasty errors and took me even more time where to find the right command with the correct switches to solve this. So mentioning it for people who normally don't compile with vs2005 from the commandline will be a trouble saver I think :)

This page should be limited to Mingw32 only. All MSVC stuff (and references to other compilers) should be moved to a separate page. Can someone do this plz ? spike

I'll try to do that today in free time (ie. when my project at work compiles) michalj
Spike's article is now the official one, this one is deprecated now and does not contain info about MinGW. michalj

Nice you fixed a new pragamapatch Norman :) I didn't updated mine for the latest because just when I finished this one some changes to the warnings were pushed in the repo :P - Mastah

Yep, and it just got updated to match mainline again :-) Norman