mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 11:32:30 +02:00

- update bindings version to 1.68 - apply Den's patch to fix incompatibilities between versions - use Qt 4.4 on window by default git-svn-id: trunk@17259 -
8 lines
84 B
ObjectPascal
8 lines
84 B
ObjectPascal
{$I qtdefines.inc}
|
|
|
|
{$IFDEF USE_QT_44}
|
|
{$i qt44.pas}
|
|
{$ELSE}
|
|
{$i qt43.pas}
|
|
{$ENDIF}
|