Qt6: added to lclplatforms

This commit is contained in:
zeljan1 2022-11-11 16:17:17 +01:00
parent aed3f27870
commit a16eadc977
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ type
lpCarbon,
lpQT,
lpQt5,
lpQt6,
lpfpGUI,
lpNoGUI,
lpCocoa,
@ -50,6 +51,7 @@ const
'carbon',
'qt',
'qt5',
'qt6',
'fpgui',
'nogui',
'cocoa',
@ -66,6 +68,7 @@ const
'carbon',
'qt',
'qt5',
'qt6',
'fpGUI (alpha)',
'NoGUI',
'cocoa',

View File

@ -89,6 +89,7 @@ begin
Run('nogui','');
Run('cocoa','');
Run('carbon','objc;pascocoa/appkit;pascocoa/foundation');
Run('qt6','');
// fpgui needs manual additions for corelib/x11 and corelib/gdi
Run('fpgui','gui;corelib');
end.