rgbgraphics: Fix usage with qt5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
34f46c21f3
commit
a03922b69a
@ -42,6 +42,9 @@ uses
|
|||||||
{$IFDEF LCLqt}
|
{$IFDEF LCLqt}
|
||||||
RGBQtRoutines,
|
RGBQtRoutines,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IFDEF LCLqt5}
|
||||||
|
RGBQt5Routines,
|
||||||
|
{$ENDIF}
|
||||||
{$IFDEF LCLgtk}
|
{$IFDEF LCLgtk}
|
||||||
{$DEFINE StretchRGB32}
|
{$DEFINE StretchRGB32}
|
||||||
RGBGTKRoutines,
|
RGBGTKRoutines,
|
||||||
|
@ -36,6 +36,9 @@ unit RGBTypes;
|
|||||||
{$ifdef LCLqt}
|
{$ifdef LCLqt}
|
||||||
{$define RGB}
|
{$define RGB}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef LCLqt5}
|
||||||
|
{$define RGB}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user