lazarus/lcl/interfaces/qt/qt4.pas
paul 438886ae49 qt:
- 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 -
2008-11-07 01:53:28 +00:00

8 lines
84 B
ObjectPascal

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