Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 3.1.1
-
None
-
jom 1.0.14 (Qt 4.8.4, mingw 4.4.0)
Description
jom does not set defines that make external system calls correctly.
1. -DFOO=FOO
2. -DFOO_EXT=$(shell echo FOO_EXT)
1 expands to FOO as expected.
2 expands to nothing.
Sample project attached. Jom output in jom.txt. Mingw32-make output in mingw32-make.txt.