embed Cocos2dx into Qt Windows

Hello Guys

I have been working on a simple project, using qt graphics framework to show some 2d objects, however it has been a problem since I had to implement a lot of things from scratch. Looking at cocos2dx I saw a lot of nice features that can work for me (and may be others) however it has been really hard for me to embed the view inside a Qt application, I looked to others versions of cocos2dx for Qt (like the nokia based on the 2.0.1 version) but they worked only on windows and I need them for Linux too.

Do you know what are the necessary changes to add support for Qt?

I think is just modify the files inside /cocos2dx/platform/linux, may be just CCApplication and CCEGLView.

Thanks