I took the source files from one of the included samples and tried this:
1) I ran "qmake -project tabdialog" to generate a .pro file. It worked.
2) According to the documentation, Qt should be able to generate a Visual Studio project from a .pro file, but they don't explain well how to do it. "qmake -t vcapp" just says "WARNING: Unable to generate output..............". How should I do it then?
Bookmarks