Le 11/12/2012 10:12, Tommaso Cucinotta a écrit :
Yes, everything compiles fine. Also ColorCache.h was not giving any trouble, till I included it in graphics/PreviewLoader.cpp, because then gcc complained it cannot find QColor nor QPalette (and I had to add the QtGui/).
Just by curiosity:why do you need to access ColorCache.h from graphics/. I would tend to think that is 'private' to the frontend and that this separation makes sense.
JMarc