Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.3
-
None
Description
qmake: When referencing an environment variable it needs to be in upper case although Windows is not case sensitive. Therefore:
DESTDIR = $(Foo)\bin
will fail whereas
DESTDIR = $(FOO)\bin
will work.