mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 14:42:41 +02:00
10 lines
366 B
PHP
10 lines
366 B
PHP
{******************************************************************************
|
|
Centralized includefile for some common qt defines
|
|
******************************************************************************}
|
|
{$IFNDEF QTOPIA}
|
|
{$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
|
|
{$DEFINE HASX11}
|
|
{$ENDIF}
|
|
{. $DEFINE QTSCROLLABLEFORMS}
|
|
{$ENDIF}
|