lazarus/lcl/interfaces/qt/qt4.pas
2009-04-19 09:33:34 +00:00

11 lines
133 B
ObjectPascal

{$I qtdefines.inc}
{$IFDEF USE_QT_45}
{$i qt45.pas}
{$ELSE}
{$IFDEF USE_QT_44}
{$i qt44.pas}
{$ELSE}
{$i qt43.pas}
{$ENDIF}
{$ENDIF}