lazarus/lcl/interfaces/lcl.lpk
mattias e0d68297e3 lcl: added fpdoc path to package lcl
git-svn-id: trunk@29811 -
2011-03-13 13:00:12 +00:00

1699 lines
53 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="LCL"/>
<AddToProjectUsesSection Value="False"/>
<Author Value="Lazarus"/>
<CompilerOptions>
<Version Value="10"/>
<SearchPaths>
<IncludeFiles Value="$(LCLWidgetType)"/>
<OtherUnitFiles Value="$(LCLWidgetType)"/>
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Conditionals Value="// LCLWidgetType
if undefined(LCLWidgetType) then begin
if (TargetOS='win32') or (TargetOS='win64') then
LCLWidgetType := 'win32'
else if TargetOS='wince' then
LCLWidgetType := 'wince'
else if TargetOS='darwin' then
LCLWidgetType := 'carbon'
else
LCLWidgetType := 'gtk2';
end;
// widget set specific options
base := LCLWidgetType+'/';
if LCLWidgetType='gtk' then
CustomOptions := '-dgtk1'
else if LCLWidgetType='carbon' then begin
CustomOptions := '-dcarbon';
UnitPath := base+'objc;'
+base+'pascocoa/appkit;'
+base+'pascocoa/foundation';
IncPath := UnitPath;
end else if LCLWidgetType='cocoa' then begin
CustomOptions := '-dcocoa';
end else if LCLWidgetType='wince' then begin
CustomOptions := '-dDisableChecks';
end else if LCLWidgetType='fpgui' then begin
if undefined(fpGUIPlatform) then begin
if SrcOS='win32' then
fpGUIPlatform := 'gdi'
else
fpGUIPlatform := 'x11';
end;
CustomOptions := ' -dfpgui'+fpGUIPlatform;
UnitPath := base+'gui;'
+base+'corelib;'
+base+'corelib/'+fpGUIPlatform;
IncPath := UnitPath;
end;
// linker options
if TargetOS='darwin' then begin
if LCLWidgetType='gtk' then
UsageLibraryPath := '/usr/X11R6/lib;/sw/lib'
else if LCLWidgetType='gtk2' then
UsageLibraryPath := '/usr/X11R6/lib;/sw/lib;/sw/lib/pango-ft219/lib'
else if LCLWidgetType='carbon' then begin
UsageLinkerOptions := '-framework Carbon'
+' -framework OpenGL'
+' ''-dylib_file'' ''/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib''';
end else if LCLWidgetType='cocoa' then
UsageLinkerOptions := '-framework Cocoa';
end else if TargetOS='solaris' then begin
UsageLibraryPath:='/usr/X11R6/lib';
end else if TargetOS='linux' then begin
if (LCLWidgetType='gtk') or (LCLWidgetType='gtk2') then
UsageLibraryPath := '/opt/gnome/lib'; // for SuSE
end;"/>
<BuildMacros>
<Count Value="2"/>
<Item1>
<Identifier Value="LCLWidgetType"/>
<Values Count="10">
<Item1 Value="gtk"/>
<Item2 Value="gtk2"/>
<Item3 Value="qt"/>
<Item4 Value="win32"/>
<Item5 Value="wince"/>
<Item6 Value="fpgui"/>
<Item7 Value="nogui"/>
<Item8 Value="carbon"/>
<Item9 Value="cocoa"/>
<Item10 Value="android"/>
</Values>
<ValueDescriptions Count="10"/>
</Item1>
<Item2>
<Identifier Value="fpGUIPlatform"/>
<Values Count="2">
<Item1 Value="x11"/>
<Item2 Value="gdi"/>
</Values>
<ValueDescriptions Count="2"/>
</Item2>
</BuildMacros>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CustomOptions Value="$(IDEBuildOptions)"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Lazarus Component Library. Visual components with great Delphi VCL compatibility, but running natively on many platforms.
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Release="1"/>
<Files Count="335">
<Item1>
<Filename Value="android/androidint.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="androidint"/>
</Item1>
<Item2>
<Filename Value="android/androidobject.inc"/>
<Type Value="Include"/>
</Item2>
<Item3>
<Filename Value="android/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="interfaces"/>
</Item3>
<Item4>
<Filename Value="carbon/agl.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="agl"/>
</Item4>
<Item5>
<Filename Value="carbon/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item5>
<Item6>
<Filename Value="carbon/carbonbars.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonBars"/>
</Item6>
<Item7>
<Filename Value="carbon/carbonbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonButtons"/>
</Item7>
<Item8>
<Filename Value="carbon/carboncalendar.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonCalendar"/>
</Item8>
<Item9>
<Filename Value="carbon/carboncalendarview.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonCalendarView"/>
</Item9>
<Item10>
<Filename Value="carbon/carboncanvas.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonCanvas"/>
</Item10>
<Item11>
<Filename Value="carbon/carboncaret.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonCaret"/>
</Item11>
<Item12>
<Filename Value="carbon/carbonclipboard.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonClipboard"/>
</Item12>
<Item13>
<Filename Value="carbon/carbondbgconsts.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonDbgConsts"/>
</Item13>
<Item14>
<Filename Value="carbon/carbondebug.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonDebug"/>
</Item14>
<Item15>
<Filename Value="carbon/carbondef.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonDef"/>
</Item15>
<Item16>
<Filename Value="carbon/carbondefines.inc"/>
<Type Value="Include"/>
</Item16>
<Item17>
<Filename Value="carbon/carbonedits.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonEdits"/>
</Item17>
<Item18>
<Filename Value="carbon/carbongdiobjects.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonGDIObjects"/>
</Item18>
<Item19>
<Filename Value="carbon/carbonint.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonInt"/>
</Item19>
<Item20>
<Filename Value="carbon/carbonlclintf.inc"/>
<Type Value="Include"/>
</Item20>
<Item21>
<Filename Value="carbon/carbonlclintfh.inc"/>
<Type Value="Include"/>
</Item21>
<Item22>
<Filename Value="carbon/carbonlistviews.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonListViews"/>
</Item22>
<Item23>
<Filename Value="carbon/carbonmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonMenus"/>
</Item23>
<Item24>
<Filename Value="carbon/carbonobject.inc"/>
<Type Value="Include"/>
</Item24>
<Item25>
<Filename Value="carbon/carbonprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonPrivate"/>
</Item25>
<Item26>
<Filename Value="carbon/carbonprivatecommon.inc"/>
<Type Value="Include"/>
</Item26>
<Item27>
<Filename Value="carbon/carbonprivatecontrol.inc"/>
<Type Value="Include"/>
</Item27>
<Item28>
<Filename Value="carbon/carbonprivatewindow.inc"/>
<Type Value="Include"/>
</Item28>
<Item29>
<Filename Value="carbon/carbonproc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonProc"/>
</Item29>
<Item30>
<Filename Value="carbon/carbonstrings.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonStrings"/>
</Item30>
<Item31>
<Filename Value="carbon/carbontabs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonTabs"/>
</Item31>
<Item32>
<Filename Value="carbon/carbonthemes.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonThemes"/>
</Item32>
<Item33>
<Filename Value="carbon/carbontrayicon.inc"/>
<Type Value="Include"/>
</Item33>
<Item34>
<Filename Value="carbon/carbonutils.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonUtils"/>
</Item34>
<Item35>
<Filename Value="carbon/carbonwinapi.inc"/>
<Type Value="Include"/>
</Item35>
<Item36>
<Filename Value="carbon/carbonwinapih.inc"/>
<Type Value="Include"/>
</Item36>
<Item37>
<Filename Value="carbon/carbonwsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSArrow"/>
</Item37>
<Item38>
<Filename Value="carbon/carbonwsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSButtons"/>
</Item38>
<Item39>
<Filename Value="carbon/carbonwscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSCalendar"/>
</Item39>
<Item40>
<Filename Value="carbon/carbonwschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSCheckLst"/>
</Item40>
<Item41>
<Filename Value="carbon/carbonwscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSComCtrls"/>
</Item41>
<Item42>
<Filename Value="carbon/carbonwscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSControls"/>
</Item42>
<Item43>
<Filename Value="carbon/carbonwsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSDialogs"/>
</Item43>
<Item44>
<Filename Value="carbon/carbonwsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSExtCtrls"/>
</Item44>
<Item45>
<Filename Value="carbon/carbonwsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSExtDlgs"/>
</Item45>
<Item46>
<Filename Value="carbon/carbonwsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSFactory"/>
</Item46>
<Item47>
<Filename Value="carbon/carbonwsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSForms"/>
</Item47>
<Item48>
<Filename Value="carbon/carbonwsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSGrids"/>
</Item48>
<Item49>
<Filename Value="carbon/carbonwsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSImgList"/>
</Item49>
<Item50>
<Filename Value="carbon/carbonwsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSMenus"/>
</Item50>
<Item51>
<Filename Value="carbon/carbonwspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSPairSplitter"/>
</Item51>
<Item52>
<Filename Value="carbon/carbonwsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSSpin"/>
</Item52>
<Item53>
<Filename Value="carbon/carbonwsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CarbonWSStdCtrls"/>
</Item53>
<Item54>
<Filename Value="carbon/glgrab.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="glgrab"/>
</Item54>
<Item55>
<Filename Value="carbon/interfaces.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item55>
<Item56>
<Filename Value="carbon/issues.xml"/>
<Type Value="Issues"/>
</Item56>
<Item57>
<Filename Value="carbon/mackeycodes.inc"/>
<Type Value="Include"/>
</Item57>
<Item58>
<Filename Value="carbon/opengl.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="opengl"/>
</Item58>
<Item59>
<Filename Value="cocoa/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item59>
<Item60>
<Filename Value="cocoa/cocoagdiobjects.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaGDIObjects"/>
</Item60>
<Item61>
<Filename Value="cocoa/cocoaint.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaInt"/>
</Item61>
<Item62>
<Filename Value="cocoa/cocoaobject.inc"/>
<Type Value="Include"/>
</Item62>
<Item63>
<Filename Value="cocoa/cocoaprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaPrivate"/>
</Item63>
<Item64>
<Filename Value="cocoa/cocoatextlayout.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaTextLayout"/>
</Item64>
<Item65>
<Filename Value="cocoa/cocoatrayicon.inc"/>
<Type Value="Include"/>
</Item65>
<Item66>
<Filename Value="cocoa/cocoautils.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaUtils"/>
</Item66>
<Item67>
<Filename Value="cocoa/cocoawinapi.inc"/>
<Type Value="Include"/>
</Item67>
<Item68>
<Filename Value="cocoa/cocoawinapih.inc"/>
<Type Value="Include"/>
</Item68>
<Item69>
<Filename Value="cocoa/cocoawscommon.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSCommon"/>
</Item69>
<Item70>
<Filename Value="cocoa/cocoawsextctrls.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSExtCtrls"/>
</Item70>
<Item71>
<Filename Value="cocoa/cocoawsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSFactory"/>
</Item71>
<Item72>
<Filename Value="cocoa/cocoawsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSForms"/>
</Item72>
<Item73>
<Filename Value="cocoa/cocoawsmenus.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSMenus"/>
</Item73>
<Item74>
<Filename Value="cocoa/cocoawsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="CocoaWSStdCtrls"/>
</Item74>
<Item75>
<Filename Value="cocoa/interfaces.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item75>
<Item76>
<Filename Value="fpgui/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item76>
<Item77>
<Filename Value="fpgui/fpguiint.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="fpguiint"/>
</Item77>
<Item78>
<Filename Value="fpgui/fpguilclintf.inc"/>
<Type Value="Include"/>
</Item78>
<Item79>
<Filename Value="fpgui/fpguilclintfh.inc"/>
<Type Value="Include"/>
</Item79>
<Item80>
<Filename Value="fpgui/fpguiobject.inc"/>
<Type Value="Include"/>
</Item80>
<Item81>
<Filename Value="fpgui/fpguiobjects.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="fpguiobjects"/>
</Item81>
<Item82>
<Filename Value="fpgui/fpguiproc.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="fpguiproc"/>
</Item82>
<Item83>
<Filename Value="fpgui/fpguiwinapi.inc"/>
<Type Value="Include"/>
</Item83>
<Item84>
<Filename Value="fpgui/fpguiwinapih.inc"/>
<Type Value="Include"/>
</Item84>
<Item85>
<Filename Value="fpgui/fpguiwsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSArrow"/>
</Item85>
<Item86>
<Filename Value="fpgui/fpguiwsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSButtons"/>
</Item86>
<Item87>
<Filename Value="fpgui/fpguiwscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSCalendar"/>
</Item87>
<Item88>
<Filename Value="fpgui/fpguiwscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSComCtrls"/>
</Item88>
<Item89>
<Filename Value="fpgui/fpguiwscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSControls"/>
</Item89>
<Item90>
<Filename Value="fpgui/fpguiwsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSDialogs"/>
</Item90>
<Item91>
<Filename Value="fpgui/fpguiwsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSExtCtrls"/>
</Item91>
<Item92>
<Filename Value="fpgui/fpguiwsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSExtDlgs"/>
</Item92>
<Item93>
<Filename Value="fpgui/fpguiwsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSFactory"/>
</Item93>
<Item94>
<Filename Value="fpgui/fpguiwsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSForms"/>
</Item94>
<Item95>
<Filename Value="fpgui/fpguiwsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSGrids"/>
</Item95>
<Item96>
<Filename Value="fpgui/fpguiwsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSImgList"/>
</Item96>
<Item97>
<Filename Value="fpgui/fpguiwsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSMenus"/>
</Item97>
<Item98>
<Filename Value="fpgui/fpguiwspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSPairSplitter"/>
</Item98>
<Item99>
<Filename Value="fpgui/fpguiwsprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="fpguiwsprivate"/>
</Item99>
<Item100>
<Filename Value="fpgui/fpguiwsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="FpGuiWSStdCtrls"/>
</Item100>
<Item101>
<Filename Value="fpgui/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="interfaces"/>
</Item101>
<Item102>
<Filename Value="gtk/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item102>
<Item103>
<Filename Value="gtk/dragicons.inc"/>
<Type Value="Include"/>
</Item103>
<Item104>
<Filename Value="gtk/gtk1def.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk1Def"/>
</Item104>
<Item105>
<Filename Value="gtk/gtk1devicecontext.inc"/>
<Type Value="Include"/>
</Item105>
<Item106>
<Filename Value="gtk/gtk1extra.inc"/>
<Type Value="Include"/>
</Item106>
<Item107>
<Filename Value="gtk/gtk1extrah.inc"/>
<Type Value="Include"/>
</Item107>
<Item108>
<Filename Value="gtk/gtk1int.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk1Int"/>
</Item108>
<Item109>
<Filename Value="gtk/gtk1memostrings.inc"/>
<Type Value="Include"/>
</Item109>
<Item110>
<Filename Value="gtk/gtk1memostringsh.inc"/>
<Type Value="Include"/>
</Item110>
<Item111>
<Filename Value="gtk/gtk1privatelist.inc"/>
<Type Value="Include"/>
</Item111>
<Item112>
<Filename Value="gtk/gtk1trayicon.inc"/>
<Type Value="Include"/>
</Item112>
<Item113>
<Filename Value="gtk/gtk1widgetset.inc"/>
<Type Value="Include"/>
</Item113>
<Item114>
<Filename Value="gtk/gtk1wsprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk1WSPrivate"/>
</Item114>
<Item115>
<Filename Value="gtk/gtkcallback.inc"/>
<Type Value="Include"/>
</Item115>
<Item116>
<Filename Value="gtk/gtkcomboboxcallback.inc"/>
<Type Value="Include"/>
</Item116>
<Item117>
<Filename Value="gtk/gtkdebug.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkDebug"/>
</Item117>
<Item118>
<Filename Value="gtk/gtkdef.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkDef"/>
</Item118>
<Item119>
<Filename Value="gtk/gtkdefines.inc"/>
<Type Value="Include"/>
</Item119>
<Item120>
<Filename Value="gtk/gtkdevicecontext.inc"/>
<Type Value="Include"/>
</Item120>
<Item121>
<Filename Value="gtk/gtkdragcallback.inc"/>
<Type Value="Include"/>
</Item121>
<Item122>
<Filename Value="gtk/gtkextra.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkExtra"/>
</Item122>
<Item123>
<Filename Value="gtk/gtkfiledialogutils.inc"/>
<Type Value="Include"/>
</Item123>
<Item124>
<Filename Value="gtk/gtkfiledialogutilsh.inc"/>
<Type Value="Include"/>
</Item124>
<Item125>
<Filename Value="gtk/gtkfontcache.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkFontCache"/>
</Item125>
<Item126>
<Filename Value="gtk/gtkglobals.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GTKGlobals"/>
</Item126>
<Item127>
<Filename Value="gtk/gtkimages.lrs"/>
<Type Value="LRS"/>
</Item127>
<Item128>
<Filename Value="gtk/gtkint.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkInt"/>
</Item128>
<Item129>
<Filename Value="gtk/gtkkeysyms.inc"/>
<Type Value="Include"/>
</Item129>
<Item130>
<Filename Value="gtk/gtklclintf.inc"/>
<Type Value="Include"/>
</Item130>
<Item131>
<Filename Value="gtk/gtklclintfh.inc"/>
<Type Value="Include"/>
</Item131>
<Item132>
<Filename Value="gtk/gtklistsl.inc"/>
<Type Value="Include"/>
</Item132>
<Item133>
<Filename Value="gtk/gtklistslh.inc"/>
<Type Value="Include"/>
</Item133>
<Item134>
<Filename Value="gtk/gtkmsgqueue.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkMsgQueue"/>
</Item134>
<Item135>
<Filename Value="gtk/gtkpagecallback.inc"/>
<Type Value="Include"/>
</Item135>
<Item136>
<Filename Value="gtk/gtkprivatelist.inc"/>
<Type Value="Include"/>
</Item136>
<Item137>
<Filename Value="gtk/gtkprivatewidget.inc"/>
<Type Value="Include"/>
</Item137>
<Item138>
<Filename Value="gtk/gtkproc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GTKProc"/>
</Item138>
<Item139>
<Filename Value="gtk/gtkproc.inc"/>
<Type Value="Include"/>
</Item139>
<Item140>
<Filename Value="gtk/gtkstdpixmaps.inc"/>
<Type Value="Include"/>
</Item140>
<Item141>
<Filename Value="gtk/gtkthemes.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkThemes"/>
</Item141>
<Item142>
<Filename Value="gtk/gtkwidgetset.inc"/>
<Type Value="Include"/>
</Item142>
<Item143>
<Filename Value="gtk/gtkwinapi.inc"/>
<Type Value="Include"/>
</Item143>
<Item144>
<Filename Value="gtk/gtkwinapih.inc"/>
<Type Value="Include"/>
</Item144>
<Item145>
<Filename Value="gtk/gtkwinapiwindow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GTKWinapiWindow"/>
</Item145>
<Item146>
<Filename Value="gtk/gtkwsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSArrow"/>
</Item146>
<Item147>
<Filename Value="gtk/gtkwsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSButtons"/>
</Item147>
<Item148>
<Filename Value="gtk/gtkwscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSCalendar"/>
</Item148>
<Item149>
<Filename Value="gtk/gtkwschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSCheckLst"/>
</Item149>
<Item150>
<Filename Value="gtk/gtkwscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSComCtrls"/>
</Item150>
<Item151>
<Filename Value="gtk/gtkwscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSControls"/>
</Item151>
<Item152>
<Filename Value="gtk/gtkwscustomlistview.inc"/>
<Type Value="Include"/>
</Item152>
<Item153>
<Filename Value="gtk/gtkwsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSDialogs"/>
</Item153>
<Item154>
<Filename Value="gtk/gtkwsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSExtCtrls"/>
</Item154>
<Item155>
<Filename Value="gtk/gtkwsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSExtDlgs"/>
</Item155>
<Item156>
<Filename Value="gtk/gtkwsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSFactory"/>
</Item156>
<Item157>
<Filename Value="gtk/gtkwsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSForms"/>
</Item157>
<Item158>
<Filename Value="gtk/gtkwsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSGrids"/>
</Item158>
<Item159>
<Filename Value="gtk/gtkwsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSImgList"/>
</Item159>
<Item160>
<Filename Value="gtk/gtkwsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSMenus"/>
</Item160>
<Item161>
<Filename Value="gtk/gtkwspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSPairSplitter"/>
</Item161>
<Item162>
<Filename Value="gtk/gtkwsprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSPrivate"/>
</Item162>
<Item163>
<Filename Value="gtk/gtkwsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSSpin"/>
</Item163>
<Item164>
<Filename Value="gtk/gtkwsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GtkWSStdCtrls"/>
</Item164>
<Item165>
<Filename Value="gtk/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item165>
<Item166>
<Filename Value="gtk/issues.xml"/>
<Type Value="Issues"/>
</Item166>
<Item167>
<Filename Value="gtk2/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item167>
<Item168>
<Filename Value="gtk2/dragicons.inc"/>
<Type Value="Include"/>
</Item168>
<Item169>
<Filename Value="gtk2/gtk2callback.inc"/>
<Type Value="Include"/>
</Item169>
<Item170>
<Filename Value="gtk2/gtk2cellrenderer.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2CellRenderer"/>
</Item170>
<Item171>
<Filename Value="gtk2/gtk2comboboxcallback.inc"/>
<Type Value="Include"/>
</Item171>
<Item172>
<Filename Value="gtk2/gtk2debug.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Debug"/>
</Item172>
<Item173>
<Filename Value="gtk2/gtk2def.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Def"/>
</Item173>
<Item174>
<Filename Value="gtk2/gtk2defines.inc"/>
<Type Value="Include"/>
</Item174>
<Item175>
<Filename Value="gtk2/gtk2devicecontext.inc"/>
<Type Value="Include"/>
</Item175>
<Item176>
<Filename Value="gtk2/gtk2dragcallback.inc"/>
<Type Value="Include"/>
</Item176>
<Item177>
<Filename Value="gtk2/gtk2extra.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Extra"/>
</Item177>
<Item178>
<Filename Value="gtk2/gtk2extra.inc"/>
<Type Value="Include"/>
</Item178>
<Item179>
<Filename Value="gtk2/gtk2extrah.inc"/>
<Type Value="Include"/>
</Item179>
<Item180>
<Filename Value="gtk2/gtk2fontcache.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2FontCache"/>
</Item180>
<Item181>
<Filename Value="gtk2/gtk2globals.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Globals"/>
</Item181>
<Item182>
<Filename Value="gtk2/gtk2int.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Int"/>
</Item182>
<Item183>
<Filename Value="gtk2/gtk2lclintf.inc"/>
<Type Value="Include"/>
</Item183>
<Item184>
<Filename Value="gtk2/gtk2lclintfh.inc"/>
<Type Value="Include"/>
</Item184>
<Item185>
<Filename Value="gtk2/gtk2listsl.inc"/>
<Type Value="Include"/>
</Item185>
<Item186>
<Filename Value="gtk2/gtk2listslh.inc"/>
<Type Value="Include"/>
</Item186>
<Item187>
<Filename Value="gtk2/gtk2listviewtreemodel.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2ListViewTreeModel"/>
</Item187>
<Item188>
<Filename Value="gtk2/gtk2memostrings.inc"/>
<Type Value="Include"/>
</Item188>
<Item189>
<Filename Value="gtk2/gtk2msgqueue.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2MsgQueue"/>
</Item189>
<Item190>
<Filename Value="gtk2/gtk2pagecallback.inc"/>
<Type Value="Include"/>
</Item190>
<Item191>
<Filename Value="gtk2/gtk2privatelist.inc"/>
<Type Value="Include"/>
</Item191>
<Item192>
<Filename Value="gtk2/gtk2privatewidget.inc"/>
<Type Value="Include"/>
</Item192>
<Item193>
<Filename Value="gtk2/gtk2proc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Proc"/>
</Item193>
<Item194>
<Filename Value="gtk2/gtk2proc.inc"/>
<Type Value="Include"/>
</Item194>
<Item195>
<Filename Value="gtk2/gtk2stdpixmaps.inc"/>
<Type Value="Include"/>
</Item195>
<Item196>
<Filename Value="gtk2/gtk2themes.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2Themes"/>
</Item196>
<Item197>
<Filename Value="gtk2/gtk2trayicon.inc"/>
<Type Value="Include"/>
</Item197>
<Item198>
<Filename Value="gtk2/gtk2widgetset.inc"/>
<Type Value="Include"/>
</Item198>
<Item199>
<Filename Value="gtk2/gtk2winapi.inc"/>
<Type Value="Include"/>
</Item199>
<Item200>
<Filename Value="gtk2/gtk2winapih.inc"/>
<Type Value="Include"/>
</Item200>
<Item201>
<Filename Value="gtk2/gtk2winapiwindow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WinapiWindow"/>
</Item201>
<Item202>
<Filename Value="gtk2/gtk2windows.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="gtk2windows"/>
</Item202>
<Item203>
<Filename Value="gtk2/gtk2wsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSArrow"/>
</Item203>
<Item204>
<Filename Value="gtk2/gtk2wsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSButtons"/>
</Item204>
<Item205>
<Filename Value="gtk2/gtk2wscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSCalendar"/>
</Item205>
<Item206>
<Filename Value="gtk2/gtk2wschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSCheckLst"/>
</Item206>
<Item207>
<Filename Value="gtk2/gtk2wscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSComCtrls"/>
</Item207>
<Item208>
<Filename Value="gtk2/gtk2wscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSControls"/>
</Item208>
<Item209>
<Filename Value="gtk2/gtk2wscustomlistview.inc"/>
<Type Value="Include"/>
</Item209>
<Item210>
<Filename Value="gtk2/gtk2wscustommemo.inc"/>
<Type Value="Include"/>
</Item210>
<Item211>
<Filename Value="gtk2/gtk2wsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSDialogs"/>
</Item211>
<Item212>
<Filename Value="gtk2/gtk2wsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSExtCtrls"/>
</Item212>
<Item213>
<Filename Value="gtk2/gtk2wsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSExtDlgs"/>
</Item213>
<Item214>
<Filename Value="gtk2/gtk2wsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSFactory"/>
</Item214>
<Item215>
<Filename Value="gtk2/gtk2wsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSForms"/>
</Item215>
<Item216>
<Filename Value="gtk2/gtk2wsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSGrids"/>
</Item216>
<Item217>
<Filename Value="gtk2/gtk2wsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSImgList"/>
</Item217>
<Item218>
<Filename Value="gtk2/gtk2wsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSMenus"/>
</Item218>
<Item219>
<Filename Value="gtk2/gtk2wspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSPairSplitter"/>
</Item219>
<Item220>
<Filename Value="gtk2/gtk2wsprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSPrivate"/>
</Item220>
<Item221>
<Filename Value="gtk2/gtk2wsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSSpin"/>
</Item221>
<Item222>
<Filename Value="gtk2/gtk2wsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Gtk2WSStdCtrls"/>
</Item222>
<Item223>
<Filename Value="gtk2/interfaces.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item223>
<Item224>
<Filename Value="gtk2/issues.xml"/>
<Type Value="Issues"/>
</Item224>
<Item225>
<Filename Value="qt/issues.xml"/>
<Type Value="Issues"/>
</Item225>
<Item226>
<Filename Value="win32/alllclintfunits.pas"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item226>
<Item227>
<Filename Value="win32/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item227>
<Item228>
<Filename Value="win32/issues.xml"/>
<Type Value="Issues"/>
</Item228>
<Item229>
<Filename Value="win32/win32callback.inc"/>
<Type Value="Include"/>
</Item229>
<Item230>
<Filename Value="win32/win32debug.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32Debug"/>
</Item230>
<Item231>
<Filename Value="win32/win32def.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32Def"/>
</Item231>
<Item232>
<Filename Value="win32/win32defines.inc"/>
<Type Value="Include"/>
</Item232>
<Item233>
<Filename Value="win32/win32extra.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32Extra"/>
</Item233>
<Item234>
<Filename Value="win32/win32int.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32Int"/>
</Item234>
<Item235>
<Filename Value="win32/win32lclintf.inc"/>
<Type Value="Include"/>
</Item235>
<Item236>
<Filename Value="win32/win32lclintfh.inc"/>
<Type Value="Include"/>
</Item236>
<Item237>
<Filename Value="win32/win32listsl.inc"/>
<Type Value="Include"/>
</Item237>
<Item238>
<Filename Value="win32/win32listslh.inc"/>
<Type Value="Include"/>
</Item238>
<Item239>
<Filename Value="win32/win32memostrings.inc"/>
<Type Value="Include"/>
</Item239>
<Item240>
<Filename Value="win32/win32object.inc"/>
<Type Value="Include"/>
</Item240>
<Item241>
<Filename Value="win32/win32proc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="win32proc"/>
</Item241>
<Item242>
<Filename Value="win32/win32themes.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32Themes"/>
</Item242>
<Item243>
<Filename Value="win32/win32trayicon.inc"/>
<Type Value="Include"/>
</Item243>
<Item244>
<Filename Value="win32/win32uxtheme.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32UxTheme"/>
</Item244>
<Item245>
<Filename Value="win32/win32winapi.inc"/>
<Type Value="Include"/>
</Item245>
<Item246>
<Filename Value="win32/win32winapih.inc"/>
<Type Value="Include"/>
</Item246>
<Item247>
<Filename Value="win32/win32wsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSArrow"/>
</Item247>
<Item248>
<Filename Value="win32/win32wsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSButtons"/>
</Item248>
<Item249>
<Filename Value="win32/win32wscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSCalendar"/>
</Item249>
<Item250>
<Filename Value="win32/win32wschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSCheckLst"/>
</Item250>
<Item251>
<Filename Value="win32/win32wscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSComCtrls"/>
</Item251>
<Item252>
<Filename Value="win32/win32wscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSControls"/>
</Item252>
<Item253>
<Filename Value="win32/win32wscustomlistview.inc"/>
<Type Value="Include"/>
</Item253>
<Item254>
<Filename Value="win32/win32wsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSDialogs"/>
</Item254>
<Item255>
<Filename Value="win32/win32wsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSExtCtrls"/>
</Item255>
<Item256>
<Filename Value="win32/win32wsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSExtDlgs"/>
</Item256>
<Item257>
<Filename Value="win32/win32wsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSFactory"/>
</Item257>
<Item258>
<Filename Value="win32/win32wsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSForms"/>
</Item258>
<Item259>
<Filename Value="win32/win32wsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSGrids"/>
</Item259>
<Item260>
<Filename Value="win32/win32wsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSImgList"/>
</Item260>
<Item261>
<Filename Value="win32/win32wsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSMenus"/>
</Item261>
<Item262>
<Filename Value="win32/win32wspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSPairSplitter"/>
</Item262>
<Item263>
<Filename Value="win32/win32wsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSSpin"/>
</Item263>
<Item264>
<Filename Value="win32/win32wsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSStdCtrls"/>
</Item264>
<Item265>
<Filename Value="win32/win32wstoolwin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32WSToolwin"/>
</Item265>
<Item266>
<Filename Value="wince/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Interfaces"/>
</Item266>
<Item267>
<Filename Value="wince/win32compat.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="win32compat"/>
</Item267>
<Item268>
<Filename Value="wince/wincecallback.inc"/>
<Type Value="Include"/>
</Item268>
<Item269>
<Filename Value="wince/wincedef.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEDef"/>
</Item269>
<Item270>
<Filename Value="wince/wincedialogs.lrs"/>
<Type Value="LRS"/>
</Item270>
<Item271>
<Filename Value="wince/winceextra.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEExtra"/>
</Item271>
<Item272>
<Filename Value="wince/winceint.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEInt"/>
</Item272>
<Item273>
<Filename Value="wince/wincelclintf.inc"/>
<Type Value="Include"/>
</Item273>
<Item274>
<Filename Value="wince/wincelclintfh.inc"/>
<Type Value="Include"/>
</Item274>
<Item275>
<Filename Value="wince/wincelistsl.inc"/>
<Type Value="Include"/>
</Item275>
<Item276>
<Filename Value="wince/wincelistslh.inc"/>
<Type Value="Include"/>
</Item276>
<Item277>
<Filename Value="wince/wincememostrings.inc"/>
<Type Value="Include"/>
</Item277>
<Item278>
<Filename Value="wince/winceobject.inc"/>
<Type Value="Include"/>
</Item278>
<Item279>
<Filename Value="wince/winceproc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="winceproc"/>
</Item279>
<Item280>
<Filename Value="wince/wincewinapi.inc"/>
<Type Value="Include"/>
</Item280>
<Item281>
<Filename Value="wince/wincewinapih.inc"/>
<Type Value="Include"/>
</Item281>
<Item282>
<Filename Value="wince/wincewsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSArrow"/>
</Item282>
<Item283>
<Filename Value="wince/wincewsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSButtons"/>
</Item283>
<Item284>
<Filename Value="wince/wincewscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSCalendar"/>
</Item284>
<Item285>
<Filename Value="wince/wincewschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSCheckLst"/>
</Item285>
<Item286>
<Filename Value="wince/wincewscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSComCtrls"/>
</Item286>
<Item287>
<Filename Value="wince/wincewscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSControls"/>
</Item287>
<Item288>
<Filename Value="wince/wincewscustomlistview.inc"/>
<Type Value="Include"/>
</Item288>
<Item289>
<Filename Value="wince/wincewsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSDialogs"/>
</Item289>
<Item290>
<Filename Value="wince/wincewsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSExtCtrls"/>
</Item290>
<Item291>
<Filename Value="wince/wincewsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSFactory"/>
</Item291>
<Item292>
<Filename Value="wince/wincewsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSForms"/>
</Item292>
<Item293>
<Filename Value="wince/wincewsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSGrids"/>
</Item293>
<Item294>
<Filename Value="wince/wincewsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="wincewsimglist"/>
</Item294>
<Item295>
<Filename Value="wince/wincewsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSMenus"/>
</Item295>
<Item296>
<Filename Value="wince/wincewsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSSpin"/>
</Item296>
<Item297>
<Filename Value="wince/wincewsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinCEWSStdCtrls"/>
</Item297>
<Item298>
<Filename Value="wince/winext.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WinExt"/>
</Item298>
<Item299>
<Filename Value="wince/alllclintfunits.pas"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item299>
<Item300>
<Filename Value="qt/alllclintfunits.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="AllLCLIntfUnits"/>
</Item300>
<Item301>
<Filename Value="qt/interfaces.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="interfaces"/>
</Item301>
<Item302>
<Filename Value="qt/qt4.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qt4"/>
</Item302>
<Item303>
<Filename Value="qt/qt45.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qt45"/>
</Item303>
<Item304>
<Filename Value="qt/qtcaret.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtCaret"/>
</Item304>
<Item305>
<Filename Value="qt/qtdefines.inc"/>
<Type Value="Include"/>
</Item305>
<Item306>
<Filename Value="qt/qtint.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qtint"/>
</Item306>
<Item307>
<Filename Value="qt/qtlclintf.inc"/>
<Type Value="Include"/>
</Item307>
<Item308>
<Filename Value="qt/qtlclintfh.inc"/>
<Type Value="Include"/>
</Item308>
<Item309>
<Filename Value="qt/qtobject.inc"/>
<Type Value="Include"/>
</Item309>
<Item310>
<Filename Value="qt/qtobjects.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qtobjects"/>
</Item310>
<Item311>
<Filename Value="qt/qtprivate.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qtprivate"/>
</Item311>
<Item312>
<Filename Value="qt/qtproc.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qtproc"/>
</Item312>
<Item313>
<Filename Value="qt/qtthemes.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtThemes"/>
</Item313>
<Item314>
<Filename Value="qt/qtwidgets.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="qtwidgets"/>
</Item314>
<Item315>
<Filename Value="qt/qtwinapi.inc"/>
<Type Value="Include"/>
</Item315>
<Item316>
<Filename Value="qt/qtwinapih.inc"/>
<Type Value="Include"/>
</Item316>
<Item317>
<Filename Value="qt/qtwsarrow.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSArrow"/>
</Item317>
<Item318>
<Filename Value="qt/qtwsbuttons.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSButtons"/>
</Item318>
<Item319>
<Filename Value="qt/qtwscalendar.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSCalendar"/>
</Item319>
<Item320>
<Filename Value="qt/qtwschecklst.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSCheckLst"/>
</Item320>
<Item321>
<Filename Value="qt/qtwscomctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSComCtrls"/>
</Item321>
<Item322>
<Filename Value="qt/qtwscontrols.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSControls"/>
</Item322>
<Item323>
<Filename Value="qt/qtwsdesigner.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSDesigner"/>
</Item323>
<Item324>
<Filename Value="qt/qtwsdialogs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSDialogs"/>
</Item324>
<Item325>
<Filename Value="qt/qtwsextctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSExtCtrls"/>
</Item325>
<Item326>
<Filename Value="qt/qtwsextdlgs.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSExtDlgs"/>
</Item326>
<Item327>
<Filename Value="qt/qtwsfactory.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSFactory"/>
</Item327>
<Item328>
<Filename Value="qt/qtwsforms.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSForms"/>
</Item328>
<Item329>
<Filename Value="qt/qtwsgrids.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSGrids"/>
</Item329>
<Item330>
<Filename Value="qt/qtwsimglist.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSImgList"/>
</Item330>
<Item331>
<Filename Value="qt/qtwsmenus.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSMenus"/>
</Item331>
<Item332>
<Filename Value="qt/qtwspairsplitter.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSPairSplitter"/>
</Item332>
<Item333>
<Filename Value="qt/qtwsspin.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSSpin"/>
</Item333>
<Item334>
<Filename Value="qt/qtwsstdctrls.pp"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="QtWSStdCtrls"/>
</Item334>
<Item335>
<Filename Value="qt/qtx11.inc"/>
<Type Value="Include"/>
</Item335>
</Files>
<LazDoc Paths="../../docs/xml/lcl"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="../languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCLBase"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<CustomOptions Value="-dLCL -dLCL$(LCLWidgetType)"/>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>