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
parent
4c3fdc01c4
commit
26547c0275
|
|
@ -128,9 +128,7 @@ QLibrarySettings::QLibrarySettings()
|
|||
settings.reset(0);
|
||||
#else
|
||||
} else {
|
||||
#ifdef QT_BOOTSTRAPPED
|
||||
haveEffectiveSourcePaths = false;
|
||||
#endif
|
||||
haveEffectivePaths = false;
|
||||
havePaths = false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue