Re: [Qbs] qbs, qmake and filename case sensitivity

2018-05-20 Thread NIkolai Marchenko
Sadly, I think the way Qbs does it is correct. These subtle naming errors are better found early before they mess up something when you try to use the project outside the "helpful" build system as you have just found out. It's better to fix these early than frantically search for problems when time

[Qbs] qbs, qmake and filename case sensitivity

2018-05-20 Thread Christian Gagneraud
Hi there, In a mixed Linux/Windows environment, qmake seems to deal with filename case sensitivity automagically. I have a '.pro' file that contains say FOOBar.ccp, but on disk - on Linux, FOOBar.cpp doesn't exists and FooBar.cpp does. QMake magically generates a Makefile file with FooBar.cpp inst