eric_vi is absolety right Qt 4.6 support DDS texture... but Qt 4.6 cannot create QImage with DDS Texture file.
And actually, GLC_lib need QImage to create GLC_Texture for 2 reasons :
- GLC_lib save texture as QImage in GLC_BSRep class
- with GLC_lib, it's possible to load file before having OpenGL context (Using glc_lib in a batch process)
So at this moment I have not enought time to find good solution for this problem.