my target to display outpu开发者_开发技巧t is directfb window. i need to develop an qt application. i found developing application in qtcreator is much easier but problem is output will be seen on X11 window. can any one tell me is there way to get it executed on directfb window. i have no search results for this in google. plz help me
i am using xubuntu
thanks
regards rashmi
In Creator, you should be able to change your build target to a specific version of Qt. First, see if the simulator target for recent Creator versions will cover you. If not, you'll need to download and compile the Qt embedded version you want to target. Then, add that version as one of the Qt Versions and change your build settings to use that version of Qt.
go to tools->options->qt4 add qt version you have installed in my case qt-4.7 i.e, qt4 version= qt-4.7.0 path to qmake is /path to qt directory/bin/qmake
then rebuild.
you are done with changes you wanted.
精彩评论