remove FORMS3 support from VS project generator
Change-Id: I3b2ce386a66c9635e62d1a729c75284d223c3423 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
daa847afe3
commit
2dcbd82c69
@ -1480,10 +1480,7 @@ void VcprojGenerator::initFormFiles()
|
||||
vcProject.FormFiles.ParseFiles = _False;
|
||||
vcProject.FormFiles.Filter = "ui";
|
||||
vcProject.FormFiles.Guid = _GUIDFormFiles;
|
||||
|
||||
vcProject.FormFiles.addFiles(project->values("FORMS"));
|
||||
vcProject.FormFiles.addFiles(project->values("FORMS3"));
|
||||
|
||||
vcProject.FormFiles.Project = this;
|
||||
vcProject.FormFiles.Config = &(vcProject.Configuration);
|
||||
vcProject.FormFiles.CustomBuild = none;
|
||||
@ -1543,7 +1540,6 @@ void VcprojGenerator::initExtraCompilerOutputs()
|
||||
{
|
||||
ProStringList otherFilters;
|
||||
otherFilters << "FORMS"
|
||||
<< "FORMS3"
|
||||
<< "GENERATED_FILES"
|
||||
<< "GENERATED_SOURCES"
|
||||
<< "HEADERS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user