summaryrefslogtreecommitdiff
path: root/examples/gui/imgtest_jpeg/jpeg.lpi
diff options
context:
space:
mode:
authorjp anghel <jp.anghel@bbox.fr>2010-05-14 16:10:00 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-05-14 16:10:00 +0200
commit59a25d4316391ddec1146ee5f507879b2785c38e (patch)
tree988e37690035c215cce1cabd00c93dce06c53dd8 /examples/gui/imgtest_jpeg/jpeg.lpi
parent31ba3e71d1d903eb953738acca98c14d4419f929 (diff)
downloadfpGUI-59a25d4316391ddec1146ee5f507879b2785c38e.tar.xz
JPEG image loading support
Diffstat (limited to 'examples/gui/imgtest_jpeg/jpeg.lpi')
-rw-r--r--examples/gui/imgtest_jpeg/jpeg.lpi73
1 files changed, 73 insertions, 0 deletions
diff --git a/examples/gui/imgtest_jpeg/jpeg.lpi b/examples/gui/imgtest_jpeg/jpeg.lpi
new file mode 100644
index 00000000..6b0fc630
--- /dev/null
+++ b/examples/gui/imgtest_jpeg/jpeg.lpi
@@ -0,0 +1,73 @@
+<?xml version="1.0"?>
+<CONFIG>
+ <ProjectOptions>
+ <Version Value="7"/>
+ <General>
+ <Flags>
+ <SaveOnlyProjectUnits Value="True"/>
+ <MainUnitHasCreateFormStatements Value="False"/>
+ <MainUnitHasTitleStatement Value="False"/>
+ <UseDefaultCompilerOptions Value="True"/>
+ </Flags>
+ <SessionStorage Value="InProjectDir"/>
+ <MainUnit Value="0"/>
+ <TargetFileExt Value=""/>
+ <UseAppBundle Value="False"/>
+ <ResourceType Value="res"/>
+ </General>
+ <VersionInfo>
+ <Language Value=""/>
+ <CharSet Value=""/>
+ <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
+ </VersionInfo>
+ <PublishOptions>
+ <Version Value="2"/>
+ <IgnoreBinaries Value="False"/>
+ <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
+ <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
+ </PublishOptions>
+ <RunParams>
+ <local>
+ <FormatVersion Value="1"/>
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
+ </local>
+ </RunParams>
+ <RequiredPackages Count="1">
+ <Item1>
+ <PackageName Value="fpgui_toolkit"/>
+ </Item1>
+ </RequiredPackages>
+ <Units Count="2">
+ <Unit0>
+ <Filename Value="jpeg.lpr"/>
+ <IsPartOfProject Value="True"/>
+ </Unit0>
+ <Unit1>
+ <Filename Value="main.pas"/>
+ <IsPartOfProject Value="True"/>
+ <UnitName Value="main"/>
+ </Unit1>
+ </Units>
+ </ProjectOptions>
+ <CompilerOptions>
+ <Version Value="8"/>
+ <SearchPaths>
+ <UnitOutputDirectory Value="units"/>
+ </SearchPaths>
+ <Parsing>
+ <SyntaxOptions>
+ <UseAnsiStrings Value="True"/>
+ </SyntaxOptions>
+ </Parsing>
+ <Other>
+ <CompilerPath Value="$(CompPath)"/>
+ </Other>
+ </CompilerOptions>
+ <Debugging>
+ <Exceptions Count="1">
+ <Item1>
+ <Name Value="EDatabaseError"/>
+ </Item1>
+ </Exceptions>
+ </Debugging>
+</CONFIG>