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.ParseFiles = _False;
|
||||||
vcProject.FormFiles.Filter = "ui";
|
vcProject.FormFiles.Filter = "ui";
|
||||||
vcProject.FormFiles.Guid = _GUIDFormFiles;
|
vcProject.FormFiles.Guid = _GUIDFormFiles;
|
||||||
|
|
||||||
vcProject.FormFiles.addFiles(project->values("FORMS"));
|
vcProject.FormFiles.addFiles(project->values("FORMS"));
|
||||||
vcProject.FormFiles.addFiles(project->values("FORMS3"));
|
|
||||||
|
|
||||||
vcProject.FormFiles.Project = this;
|
vcProject.FormFiles.Project = this;
|
||||||
vcProject.FormFiles.Config = &(vcProject.Configuration);
|
vcProject.FormFiles.Config = &(vcProject.Configuration);
|
||||||
vcProject.FormFiles.CustomBuild = none;
|
vcProject.FormFiles.CustomBuild = none;
|
||||||
@ -1543,7 +1540,6 @@ void VcprojGenerator::initExtraCompilerOutputs()
|
|||||||
{
|
{
|
||||||
ProStringList otherFilters;
|
ProStringList otherFilters;
|
||||||
otherFilters << "FORMS"
|
otherFilters << "FORMS"
|
||||||
<< "FORMS3"
|
|
||||||
<< "GENERATED_FILES"
|
<< "GENERATED_FILES"
|
||||||
<< "GENERATED_SOURCES"
|
<< "GENERATED_SOURCES"
|
||||||
<< "HEADERS"
|
<< "HEADERS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user