Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt Creator 4.12.1
-
None
-
-
5b295dbee (master)
Description
Jom version: 1.1.3 (the latest available from https://wiki.qt.io/Jom)
The following makefile errors out, because preprocessor condition is wrongly evaluated to true:
!if !defined(PATH) && !defined(TEMP)
!error PATH and TEMP not defined
!endif
nmake reports no error for this makefile.
A check similar to the above prevents building Tcl/Tk with Jom.