Quote:
Originally Posted by Doitsu
BTW, Confucio's problem illustrates another weird Windows-only issue. If you look closer at his screenshots, you'll notice that the name of the cover image is Cover.jpg, however, the cover html code refers to cover.jpg. As you know, in Linux/OSX cover.jpg and Cover.jpg are two different files, however, in Windows, file names are case-insensitive, and the cover image is being displayed even though it technically doesn't exist.
Are there any Windows-only Qt build parameters that enforce strict file name matching for Qt components?
|
I don't really know, to be honest. I'd have to look into it. That would be all WebKit, I'd imagine. I'm not sure there's a way to make a browser honor case sensitive urls in client-side (x)html links on a case insensitive platform.