[Qt-interest] Qt Visual Studio plugin doesn't honor paths on import
Joerg Bornemann
joerg.bornemann at nokia.com
Mon Oct 10 12:37:03 CEST 2011
On 10/10/2011 07:29, ext Schimkowitsch Robert wrote:
>> From what little there is in the qmake doc, "qmake -tp vc" seems to only generate a studio makefile, not a project that you can build and debug within the IDE.
>
> While I do maintain the .pro files, there are people who use VS 2010 as their main IDE (it does have some capabilities Creator doesn't have).
>
> How would these people import the maintained .pro file into VS, not to change it at the project file level, but to test, debug and change source code?
The actual question is: why would they care where generated files are
placed?
You can choose from this list of options:
1) Import the .pro file using the add-in and live with the (Visual
Studio style) placement of generated files.
2) Use "qmake -tp vc" and hope that the VS project generator respects
MOC_DIR etc as you wish.
3) Don't use qmake.
Jörg
More information about the Qt-interest-old
mailing list