Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit a0cb2c5

Browse files
authored
UE5.3 (#90) (#91)
1 parent 00e3c67 commit a0cb2c5

File tree

5 files changed

+3
-26
lines changed

5 files changed

+3
-26
lines changed

HttpGPT.uplugin

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"Mac",
2525
"Linux",
2626
"IOS",
27-
"Android",
28-
"HoloLens"
27+
"Android"
2928
]
3029
},
3130
{
@@ -37,8 +36,7 @@
3736
"Mac",
3837
"Linux",
3938
"IOS",
40-
"Android",
41-
"HoloLens"
39+
"Android"
4240
]
4341
},
4442
{
@@ -50,8 +48,7 @@
5048
"Mac",
5149
"Linux",
5250
"IOS",
53-
"Android",
54-
"HoloLens"
51+
"Android"
5552
]
5653
},
5754
{

Source/HttpGPTChatModule/HttpGPTChatModule.Build.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ public HttpGPTChatModule(ReadOnlyTargetRules Target) : base(Target)
1111
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
1212
CppStandard = CppStandardVersion.Cpp17;
1313

14-
if (Target.Platform == UnrealTargetPlatform.HoloLens)
15-
{
16-
PrecompileForTargets = PrecompileTargetsType.Any;
17-
}
18-
1914
PublicDependencyModuleNames.AddRange(new[]
2015
{
2116
"Core",

Source/HttpGPTCommonModule/HttpGPTCommonModule.Build.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ public HttpGPTCommonModule(ReadOnlyTargetRules Target) : base(Target)
1111
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
1212
CppStandard = CppStandardVersion.Cpp17;
1313

14-
if (Target.Platform == UnrealTargetPlatform.HoloLens)
15-
{
16-
PrecompileForTargets = PrecompileTargetsType.Any;
17-
}
18-
1914
PublicDependencyModuleNames.AddRange(new[]
2015
{
2116
"Core",

Source/HttpGPTEditorModule/HttpGPTEditorModule.Build.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ public HttpGPTEditorModule(ReadOnlyTargetRules Target) : base(Target)
1212
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
1313
CppStandard = CppStandardVersion.Cpp17;
1414

15-
if (Target.Platform == UnrealTargetPlatform.HoloLens)
16-
{
17-
PrecompileForTargets = PrecompileTargetsType.Any;
18-
}
19-
2015
PublicDependencyModuleNames.AddRange(new[]
2116
{
2217
"Core"

Source/HttpGPTImageModule/HttpGPTImageModule.Build.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ public HttpGPTImageModule(ReadOnlyTargetRules Target) : base(Target)
1111
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
1212
CppStandard = CppStandardVersion.Cpp17;
1313

14-
if (Target.Platform == UnrealTargetPlatform.HoloLens)
15-
{
16-
PrecompileForTargets = PrecompileTargetsType.Any;
17-
}
18-
1914
PublicDependencyModuleNames.AddRange(new[]
2015
{
2116
"Core",

0 commit comments

Comments
 (0)