Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.1
-
None
-
Linux 64
-
bcf3a3c113321bcfc547894539ed976ad525b7eb
Description
On Linux and, I suspect, other makefile generators when you pass a multiword variable to qmake the "Makefile" or "qmake" don't handle it properly.
i.e., if my .pro file is
$$size(MY_VAR)
and I do
qmake 'MY_VAR="two words"'
it prints 1 like I expect
but then if I run
make qmake
it prints 2