mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 10:59:27 +01: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('FCL');
|
||||||
AProject.AddPackageDependency('LCL');
|
AProject.AddPackageDependency('LCL');
|
||||||
AProject.Title:=FProjectName;
|
AProject.Title:=FProjectName;
|
||||||
|
AProject.UseAppBundle:=true;
|
||||||
|
AProject.UseManifest:=true;
|
||||||
|
AProject.LoadDefaultIcon;
|
||||||
If Assigned(FTemplate) then
|
If Assigned(FTemplate) then
|
||||||
begin
|
begin
|
||||||
FTemplate.CreateProjectDirs(FProjectDirectory,FVariables);
|
FTemplate.CreateProjectDirs(FProjectDirectory,FVariables);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user