Other Parts Discussed in Thread: AM3517
I'm using the new AM3517 SDK - 4.0.1.0 because I was told that it include the hardware accelerator. This also comes with QT 4.6.3. I built my own qt application which I got to run on the board, but I'm not sure if the accelerator is actually being used. In my qt project file I have DEFINES += QT_OPENGL_SUPPORT and it compiles fine but when I add QT += opengl it doesn't compile. So I'm wondering if these flags are needed for the accelerator to work? Or since it has been enabled on the file system, it will always use it? If that's not the case can someone point me in the right direction so I can get my application to work with the accelerator?