View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#4
Originally Posted by Untouchab1e View Post
So, I got the SDK installed along with qt and I wrote a simple helloWorld app. But what now? I looked at qt designer but it seems its only for ui, and doesnt include any project solution or anything.
For development in Qt have a look at Qt Creator in combination with Qt Designer. They are more focused on Qt development compared to Eclipse+plugins. Unfortunately it cannot be used for cross-compiling yet. Therefore, and for testing you will need the SDK. Another solution for cross-compiling is MADDE, as a technology preview of a new cross-compiling tool. Check out the wiki-page and the thread about it.


Daniel