mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:09:21 +02:00
projtemplates: add icon and appbundle for new project
git-svn-id: trunk@32599 -
This commit is contained in:
parent
38000d2562
commit
09699afa57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user