>>>>> "Mael" == Mael Hilléreau <[EMAIL PROTECTED]> writes:

Mael> I switched to 1.5.0rc1 and tried using QFileInfo::isBundle(),
Mael> but the header isn't found by make: The #include
Mael> <QtCore/QFileInfo> leads me to the following error, despite I'm
Mael> using qt4.3:

Mael> GraphicsCacheItem.cpp:27:28: error: QtCore/QFileInfo: No such
Mael> file or directory

Mael> I don't understand this error since it doesn't arise when I
Mael> compile whithout the #include directive...

It is because only the files in frontend/qt4 and support/ have access
to the qt files. We try hard to keep a separation between the core
code and the gui toolkit.

The more I think about it, the more I think that adapting the crc
computation to directories is the way to go. It could be useful on
other OSes to accept directories as file names.

JMarc

Reply via email to