projtemplates: add icon and appbundle for new project

git-svn-id: trunk@32599 -
This commit is contained in:
mattias 2011-10-01 20:13:23 +00:00
parent 38000d2562
commit 09699afa57

View File

@ -290,6 +290,9 @@ begin
AProject.AddPackageDependency('FCL');
AProject.AddPackageDependency('LCL');
AProject.Title:=FProjectName;
AProject.UseAppBundle:=true;
AProject.UseManifest:=true;
AProject.LoadDefaultIcon;
If Assigned(FTemplate) then
begin
FTemplate.CreateProjectDirs(FProjectDirectory,FVariables);