-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.11.1
-
None
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".
- relates to
-
QTCREATORBUG-24551 [REG 4.12->4.13] QtCreator keeps parsing qmake project
-
- Closed
-
| For Gerrit Dashboard: QTCREATORBUG-23940 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 298913,2 | qmake: Run the test version of system() | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |