qmake/vcxproj: do not set ProgramDataBaseFileName
Visual Studio's default value is perfectly fine. Task-number: QTBUG-29757 Change-Id: Ic334287539bb849f3b74d255d3991a09008cd357 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>bb10
parent
98a73e1601
commit
07f668ab87
|
|
@ -995,7 +995,6 @@ void VcprojGenerator::initCompilerTool()
|
|||
conf.compiler.Optimization = optimizeDisabled;
|
||||
}
|
||||
conf.compiler.AssemblerListingLocation = placement ;
|
||||
conf.compiler.ProgramDataBaseFileName = ".\\" ;
|
||||
conf.compiler.ObjectFile = placement ;
|
||||
conf.compiler.ExceptionHandling = ehNone;
|
||||
// PCH
|
||||
|
|
|
|||
Loading…
Reference in New Issue