mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 07:58:19 +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 -
7 lines
264 B
PHP
7 lines
264 B
PHP
{******************************************************************************
|
|
Centralized includefile for some common qt defines
|
|
******************************************************************************}
|
|
|
|
{$IFDEF MSWindows}
|
|
{$define USE_QT_44}
|
|
{$ENDIF} |