remove pointless ifdefs
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 28 Feb 2012 08:54:53 +0000 (09:54 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Feb 2012 14:53:21 +0000 (15:53 +0100)
commitda08210494c132e8990ae3ba2ddb78983d266461
treef8e12d1a0b92f29929d60911aadcff104e2eae18
parent85161946337c25b1d23d661d4d748ab0270db2f4
remove pointless ifdefs

configure always defines all of these constants. the exception is
SettingsPath which is unix-only, so make the #ifdef explicit about that.

Change-Id: I339d2d7cb9d188a8e74d79310c3a80b5d4dbb806
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/global/qlibraryinfo.cpp