mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-13 07:24:36 +02:00
9 lines
334 B
PHP
9 lines
334 B
PHP
{******************************************************************************
|
|
Centralized includefile for some common qt defines
|
|
******************************************************************************}
|
|
{$IFNDEF QTOPIA}
|
|
{$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
|
|
{$DEFINE HASX11}
|
|
{$ENDIF}
|
|
{$ENDIF}
|