Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.8.0
-
None
-
Windows 10, VS2015, building from source downloaded via online installer
-
8861b82f9ef59fa871adc86552012cd90eee6e09
Description
Passing defines with values to configure stopped working in 5.8.0.
It works as expected when I pass e.g. configure -D FOO
but when I try configure -D FOO=1 there's an error:
ERROR: No value supplied to command line option 'defines'.
Qmake failed, return code 3
No other info is provided in the output, even with -verbose.