remove nonsensical conditional

we are in an #else of #ifndef QT_BOOTSTRAPPED here already.

Change-Id: I02c4ff2959490110c21ad1016c664b7ddcfea7c0
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Oswald Buddenhagen 2014-12-01 19:17:05 +01:00
parent 4c3fdc01c4
commit 26547c0275
1 changed files with 0 additions and 2 deletions

View File

@ -128,9 +128,7 @@ QLibrarySettings::QLibrarySettings()
settings.reset(0);
#else
} else {
#ifdef QT_BOOTSTRAPPED
haveEffectiveSourcePaths = false;
#endif
haveEffectivePaths = false;
havePaths = false;
#endif