Fix return type of isActiveConfig("host_build")
authorSimon Hausmann <simon.hausmann@nokia.com>
Sat, 23 Jun 2012 15:52:41 +0000 (17:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 24 Jun 2012 19:22:51 +0000 (21:22 +0200)
commit03e3fa5dd12a5d03a52ab5ebf873b7495c863f5f
tree7ebec05ef771fd06e65bf43fdf91c07d40cd6df2
parentd2e83f3056f1379016c48ae3b44f45f5363449f5
Fix return type of isActiveConfig("host_build")

The return type of isActiveConfig is a boolean, so return that when
host_build is queried.

Change-Id: I6d1420b49b09e51442c4b2d482e2f19b165081d8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
qmake/project.cpp