Skip to content

Commit

Permalink
demo: buildmode Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Jan 5, 2017
1 parent c2508d5 commit f7fa907
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions app/demo_editor/demo.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,49 @@
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<BuildModes Count="1">
<BuildModes Count="2">
<Item1 Name="Default" Default="True"/>
<Item2 Name="Qt">
<MacroValues Count="1">
<Macro1 Name="LCLWidgetType" Value="qt"/>
</MacroValues>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="demo"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\..\comp\atsynedit;..\..\atsynedit"/>
<OtherUnitFiles Value="..\..\atsynedit;..\..\proc_lexer"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<IncludeAssertionCode Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Checks>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
<StackChecks Value="True"/>
</Checks>
</CodeGeneration>
<Linking>
<Debugging>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
</Item2>
<SharedMatrixOptions Count="1">
<Item1 ID="346746772345" Type="IDEMacro" MacroName="LCLWidgetType" Value="qt"/>
<Item1 ID="346746772345" Modes="Qt" Type="IDEMacro" MacroName="LCLWidgetType" Value="qt"/>
</SharedMatrixOptions>
</BuildModes>
<PublishOptions>
Expand Down

0 comments on commit f7fa907

Please sign in to comment.