I am looking for possible answer or direction of whether it is possible to compile and integrate a Visual Studio project in Qt Creator?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No, However you can take all the files from you vs project (.h and .cpp) and add them to a qt project and they should compile, keep in mind that your going to be using the same compiler on windows irregardless of the dev environment |
|||
|
|