This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Run Qt on DM365EVM

Is there some way I can find out more about QT. I am using DVSDK 4.01 and everything I found says how to build QT and yet I was confused as there were QT demos in the SDK. At one point I tried to compile a few examples and one worked and another did not, so I assumed I had to build it.

  • Qt has very good docs on its API and usage. Please use refers docs present @ http://qt.nokia.com/ and also use QT forums to get wider community support. DVSDK 4.01 SDG explains how you can take any artibary Qt application and cross compile it for our platform and also file system comes with some prebuilt Qtdemos which you can access in /usr/bin/qtopia directory or run "qtdemoE -qws" in target for easy access to runing those prebuilt Qt applications.

    Thanks

    Brijesh