VS add in: Error on loading .pri file into existing project
-
wrote on 3 Nov 2010, 20:36 last edited by
When I try to import a .pri file into an existing project I get the following error message:
Assembly Interop.qmakewrapper1Lib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null or a dependency hereof is not found.I'm on VS 2005 SP1.
I've opened "QTVSADDINBUG-38":http://bugreports.qt.nokia.com/browse/QTVSADDINBUG-38 for this issue, but maybe someone else came across this error or even has a solution...
-
wrote on 11 Nov 2010, 17:23 last edited by
Why don't you use QtCreator? It's workaround :)
-
wrote on 11 Nov 2010, 17:47 last edited by
Because everything else works - we've used Qt with visual studio long before someone even thought about Creator :-) And I'm not sure if Creator setup to use MS VS compilers works as easy as using an otherwise working setup. (no, switching to MinGW is not an option :-) )
-
wrote on 11 Nov 2010, 18:49 last edited by
Volker: Qt Creator uses MSVC compilers when available and a Qt version build with MSVC is used. You already have .pro-files, so working with Qt Creator should be as easy as opening the top level .pro-file in Qt Creator:-)
-
wrote on 11 Nov 2010, 19:18 last edited by
I used to work in MSVC IDE, but now I use QtCreator with nmake
-
wrote on 11 Nov 2010, 22:24 last edited by
Ok, I'll give it a try once I'll find some time :-)