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:
Leena Miettinen 2016-06-14 17:16:42 +02:00
parent 4343c4e731
commit e3051e6591

View File

@ -411,7 +411,7 @@ This is a test.
#! [71]
system(ls /bin):HAS_BIN=FALSE
system("ls /bin"): HAS_BIN = TRUE
#! [71]