I am required to develop a GUI application on IBM Cell BE using Cell SDK, so I decided to use QT for developing my UI. But I am facing a question, my problem is I want to use QT to develop the UI but the main functionality and computation(which will include data distribution and synchronizing between processors) will be done by Cell SDK libraries so does anyone have any idea how can I combine the two? Can I compile QT code with ppu-gcc?


Thanks in advance