|
@@ -28,7 +28,7 @@
|
|
|
<CharSet Value="04B0"/>
|
|
|
<StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
|
|
|
</VersionInfo>
|
|
|
- <BuildModes Count="8">
|
|
|
+ <BuildModes Count="9">
|
|
|
<Item1 Name="Debug" Default="True"/>
|
|
|
<Item2 Name="Release">
|
|
|
<CompilerOptions>
|
|
@@ -40,7 +40,7 @@
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
<OtherUnitFiles Value="tablet;tools;dialog;dialog\color;dialog\filter;image"/>
|
|
|
- <UnitOutputDirectory Value="release\lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ <UnitOutputDirectory Value="release\lib\$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)-$(FPCVer)"/>
|
|
|
</SearchPaths>
|
|
|
<Parsing>
|
|
|
<SyntaxOptions>
|
|
@@ -311,8 +311,50 @@
|
|
|
</Linking>
|
|
|
</CompilerOptions>
|
|
|
</Item8>
|
|
|
- <SharedMatrixOptions Count="1">
|
|
|
- <Item1 ID="061641364023" Modes="Debug macOS,Release macOS" Type="IDEMacro" MacroName="LCLWidgetType" Value="cocoa"/>
|
|
|
+ <Item9 Name="ReleaseQt5">
|
|
|
+ <MacroValues Count="1">
|
|
|
+ <Macro2 Name="LCLWidgetType" Value="qt5"/>
|
|
|
+ </MacroValues>
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <PathDelim Value="\"/>
|
|
|
+ <Target>
|
|
|
+ <Filename Value="release\bin\lazpaint"/>
|
|
|
+ </Target>
|
|
|
+ <SearchPaths>
|
|
|
+ <IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value="tablet;tools;dialog;dialog\color;dialog\filter;image"/>
|
|
|
+ <UnitOutputDirectory Value="release\lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <Parsing>
|
|
|
+ <SyntaxOptions>
|
|
|
+ <UseAnsiStrings Value="False"/>
|
|
|
+ </SyntaxOptions>
|
|
|
+ </Parsing>
|
|
|
+ <CodeGeneration>
|
|
|
+ <Optimizations>
|
|
|
+ <OptimizationLevel Value="3"/>
|
|
|
+ <VariablesInRegisters Value="True"/>
|
|
|
+ </Optimizations>
|
|
|
+ </CodeGeneration>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <GenerateDebugInfo Value="False"/>
|
|
|
+ <UseLineInfoUnit Value="False"/>
|
|
|
+ <StripSymbols Value="True"/>
|
|
|
+ </Debugging>
|
|
|
+ <LinkSmart Value="True"/>
|
|
|
+ <Options>
|
|
|
+ <Win32>
|
|
|
+ <GraphicApplication Value="True"/>
|
|
|
+ </Win32>
|
|
|
+ </Options>
|
|
|
+ </Linking>
|
|
|
+ </CompilerOptions>
|
|
|
+ </Item9>
|
|
|
+ <SharedMatrixOptions Count="2">
|
|
|
+ <Item1 ID="061641364023" Modes="Release macOS,Debug macOS" Type="IDEMacro" MacroName="LCLWidgetType" Value="cocoa"/>
|
|
|
+ <Item2 ID="477649945430" Modes="ReleaseQt5" Type="IDEMacro" MacroName="LCLWidgetType" Value="qt5"/>
|
|
|
</SharedMatrixOptions>
|
|
|
</BuildModes>
|
|
|
<PublishOptions>
|