[Qt-interest] MSVC add-in - some problems
Joerg Bornemann
joerg.bornemann at nokia.com
Fri Dec 3 13:24:25 CET 2010
On 02/12/2010 16:37, ext Olaf Krzikalla wrote:
> 1. Sometimes environment variables are surrounded by _() instead of $().
> That is, in the vcproj file things like _(QTDIR) appear, where $(QTDIR)
> would be correct. In particular the bug can be found in all the
> VCCustomBuildTool sections (moc, uic, rcc). This bug is already there
> for a while and it didn't change until 1.1.7.
Did you file a bug report?
> 2. Since at least 1.1.5 library names seems to be expanded to a fully
> qualified path. That is, if you have something like this:
>
> LIB_DIR = c:\example
> LIBS += -L"$$LIB_DIR" -lmylib
>
> then the vcproj may contain the entry
>
> AdditionalDependencies=c:\example\mylib.lib
This is most probably due to changes in qmake. When importing a pro
file, the VS add-in calls "qmake -tp vc" to create an initial VS project.
BR,
Jörg
More information about the Qt-interest-old
mailing list