vote up 1 vote down star

I have been working with the commercial version of QT on Windows for some time, so have a large collection of Visual Studio projects. I would like to begin moving these projects into QT Creator--I have certainly moved some of them "by hand", and can make that work--but it seems like there ought to be (might be?) a Visual Studio import script or app or capability of some kind. Does anybody know of such a thing, or of a definable set of procedures to move a project from one to the other?

flag

25% accept rate
1  
Do these projects already have qmake files? – Jesse Jul 10 at 18:56
no, they dont have valid qmake files, since once they are part of visual studio, its the vcproj file that matters – jhowland Jul 13 at 21:42

2 Answers

vote up 2 vote down check

You can export to a pro file (or maybe a pri file, can't remember) from the Qt menu in VS.

link|flag
this did it, thanks very much. – jhowland Aug 14 at 19:02
vote up 0 vote down

You could perhaps make a Makefile which calls devenv to build your project/solution from the command-line and the use "Import from a Makefile-based project" from the new menu.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.