qtdirectfb

is it possible to make Qtcreator target as directfb instead of X11


my target to display output 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


Solution

  • 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.