Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 15.0.0
-
None
-
Windows
Description
Always falsifies the condition in the ! else if statement. The corresponding statement !elseif works as expected however.
Example:
C:\Users\robert\k37>type a.mak !if "A" == "B" !else if "A"=="A" !else ! error !endif C:\Users\robert\k37>jom /f a.mak Error: ERROR: in C:\Users\robert\k37\a.mak line 4
Reported on version 15.0.0 but my jom lists 1.1.3 .