From 4f567766ef50f461eb89e17db9b6d8ca1bbe2bfe Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 11 Nov 2022 17:53:38 +0100 Subject: [PATCH] lcl: added ide macro value qt6 --- lcl/interfaces/lcl.lpk | 21 +++++++++++---------- tools/apiwizz/apiwizard.pp | 2 ++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/lcl/interfaces/lcl.lpk b/lcl/interfaces/lcl.lpk index 08c27b82f7..8013770052 100644 --- a/lcl/interfaces/lcl.lpk +++ b/lcl/interfaces/lcl.lpk @@ -92,20 +92,21 @@ end;"/> - + - - - - - - - - - + + + + + + + + + + diff --git a/tools/apiwizz/apiwizard.pp b/tools/apiwizz/apiwizard.pp index 436d95c19d..db3db1e8af 100644 --- a/tools/apiwizz/apiwizard.pp +++ b/tools/apiwizz/apiwizard.pp @@ -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' );