Doc: Fix example code in qmake Manual
Should be: system("ls /bin"): HAS_BIN = TRUE Task-number: QTBUG-53764 Change-Id: I3040fc066d8aa1748582e2c059fea64907233086 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
4343c4e731
commit
e3051e6591
@ -411,7 +411,7 @@ This is a test.
|
||||
|
||||
|
||||
#! [71]
|
||||
system(ls /bin):HAS_BIN=FALSE
|
||||
system("ls /bin"): HAS_BIN = TRUE
|
||||
#! [71]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user