Hi,
I am trying to build a QT application to run on Win32 and Windows Mobile (WinCE).
Using QT creator, I can build for both platforms. However, the vc proj is not generated - I can do that manually with 'qmake -tp vc'
QUESTION 1 - Should the build file be created automagically by 'build'? How do I do that - perhaps change the arguments to qmake?
QUESTION 2 - I want to pull in some external C++ projects into my application. How would I do that, and retain compatability with QT Creator? i.e. if I add the project in the vcproj, QTCreator won't know about that and my code will no longer build, right?
Thanks for the help.
Tom
Bookmarks