Fix the use of if() inside of macro().
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 11 Jul 2012 09:25:59 +0000 (11:25 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 12:22:55 +0000 (14:22 +0200)
commit0518a569c76cd97dc0e97d6773ccc1f62924a4a1
tree2118a3275bf9dba4629f3ad764b681a5aa58a435
parentab2a6bbca9eccc4b2fde2e3af1fb1b9f6cee5cd3
Fix the use of if() inside of macro().

if() seems to behave differently with macro parameters compared to
variables set with set().

Change-Id: Ieb9544b8c3187579fd4cfe25e2c2afa3f349eba6
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
mkspecs/cmake/Qt5BasicConfig.cmake.in