lcl: added ide macro value qt6

This commit is contained in:
mattias 2022-11-11 17:53:38 +01:00
parent 9c350fa102
commit 4f567766ef
2 changed files with 13 additions and 10 deletions

View File

@ -92,20 +92,21 @@ end;"/>
<Item1>
<Identifier Value="LCLWidgetType"/>
<Description Value="gtk3"/>
<Values Count="13">
<Values Count="14">
<Item1 Value="gtk"/>
<Item2 Value="gtk2"/>
<Item3 Value="qt"/>
<Item4 Value="qt5"/>
<Item5 Value="win32"/>
<Item6 Value="wince"/>
<Item7 Value="fpgui"/>
<Item8 Value="nogui"/>
<Item9 Value="carbon"/>
<Item10 Value="cocoa"/>
<Item11 Value="customdrawn"/>
<Item12 Value="gtk3"/>
<Item13 Value="mui"/>
<Item5 Value="qt6"/>
<Item6 Value="win32"/>
<Item7 Value="wince"/>
<Item8 Value="fpgui"/>
<Item9 Value="nogui"/>
<Item10 Value="carbon"/>
<Item11 Value="cocoa"/>
<Item12 Value="customdrawn"/>
<Item13 Value="gtk3"/>
<Item14 Value="mui"/>
</Values>
<ValueDescriptions Count="13"/>
</Item1>

View File

@ -80,6 +80,7 @@ type
awMUI,
awNoGui,
awQt,
awQt6,
awWin32,
awWinCE);
TApiWidgetsets = set of TApiWidgetset;
@ -112,6 +113,7 @@ const
'mui',
'nogui',
'qt',
'qt6',
'win32',
'wince'
);