Skip to content

Commit

Permalink
UE5.3 (#90) (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso committed Sep 29, 2023
1 parent 00e3c67 commit a0cb2c5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
9 changes: 3 additions & 6 deletions HttpGPT.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"Mac",
"Linux",
"IOS",
"Android",
"HoloLens"
"Android"
]
},
{
Expand All @@ -37,8 +36,7 @@
"Mac",
"Linux",
"IOS",
"Android",
"HoloLens"
"Android"
]
},
{
Expand All @@ -50,8 +48,7 @@
"Mac",
"Linux",
"IOS",
"Android",
"HoloLens"
"Android"
]
},
{
Expand Down
5 changes: 0 additions & 5 deletions Source/HttpGPTChatModule/HttpGPTChatModule.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ public HttpGPTChatModule(ReadOnlyTargetRules Target) : base(Target)
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Cpp17;

if (Target.Platform == UnrealTargetPlatform.HoloLens)
{
PrecompileForTargets = PrecompileTargetsType.Any;
}

PublicDependencyModuleNames.AddRange(new[]
{
"Core",
Expand Down
5 changes: 0 additions & 5 deletions Source/HttpGPTCommonModule/HttpGPTCommonModule.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ public HttpGPTCommonModule(ReadOnlyTargetRules Target) : base(Target)
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Cpp17;

if (Target.Platform == UnrealTargetPlatform.HoloLens)
{
PrecompileForTargets = PrecompileTargetsType.Any;
}

PublicDependencyModuleNames.AddRange(new[]
{
"Core",
Expand Down
5 changes: 0 additions & 5 deletions Source/HttpGPTEditorModule/HttpGPTEditorModule.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public HttpGPTEditorModule(ReadOnlyTargetRules Target) : base(Target)
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Cpp17;

if (Target.Platform == UnrealTargetPlatform.HoloLens)
{
PrecompileForTargets = PrecompileTargetsType.Any;
}

PublicDependencyModuleNames.AddRange(new[]
{
"Core"
Expand Down
5 changes: 0 additions & 5 deletions Source/HttpGPTImageModule/HttpGPTImageModule.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ public HttpGPTImageModule(ReadOnlyTargetRules Target) : base(Target)
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Cpp17;

if (Target.Platform == UnrealTargetPlatform.HoloLens)
{
PrecompileForTargets = PrecompileTargetsType.Any;
}

PublicDependencyModuleNames.AddRange(new[]
{
"Core",
Expand Down

0 comments on commit a0cb2c5

Please sign in to comment.