Re:How far is the qmake support for msvc / borland
Thiago A. Corrêa <[email protected]> Mon, 25 Jul 2005 14:26:13 -0300
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
> Hello > > I just wanted to know how far the support for qmake is? Are there any > open issues where I can work on? > > Christian There are some open issues with the msvc.net. The Qt libs in the project file doesn´t match the name in %QTDIR%\lib, it generates it like QtCore.lib instead of QtCore4.lib. Didn´t had the time to debug it yet. I´ve also seen some problems with moc generation, but then I have yet check out since it worked for me at home once but not on this other computer, maybe it was just lacking the patch I sent the other day :) Resource embedding rules might also be missing, I haven´t seen them on the code, but not sure, my app doesn´t use them yet. Also, if you do CONFIG -= flat, it crashes, no idea why. MSVC 6 is completely overlooked, not sure if it´s worth anyway, since most ppl now use the VC 7.0 or 7.1 and 8.0 is around the corner.