Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.11.1
-
None
Description
The "system" test function always returns success when I run qmake through Qt Creator. The same issue does not exist when I run qmake from a terminal.
The easiest way to demonstrate is to put this in a qmake file. It should always print the message "false".
system(exit /b 1) { message("true") } else { message("false") }
If I run qmake from a terminal I get the expected "Project MESSAGE: false".
If I run qmake in Qt Creator I get "Project MESSAGE: true".
Attachments
Issue Links
- relates to
-
QTCREATORBUG-24551 [REG 4.12->4.13] QtCreator keeps parsing qmake project
-
- Closed
-