ApiWizard: added missing qt5 widgetset.

This commit is contained in:
Željan Rikalo 2022-11-11 18:02:35 +01:00
parent 4f567766ef
commit e5b2a64d68

View File

@ -80,6 +80,7 @@ type
awMUI,
awNoGui,
awQt,
awQt5,
awQt6,
awWin32,
awWinCE);
@ -113,6 +114,7 @@ const
'mui',
'nogui',
'qt',
'qt5',
'qt6',
'win32',
'wince'