[Lazarus] Widget set definitions

Mark Morgan Lloyd markMLl.lazarus at telemetry.co.uk
Mon Feb 13 10:23:35 CET 2017


I've got a bit of diagnostic code that I add to most programs that 
retrieves things like Subversion revision numbers and link-time build 
ID. It also contains

(*$IFDEF LCLQT *)
	  widV= 'Linked with the Qt widget set';
   (*$DEFINE WIDGETSET *)
(*$ENDIF       *)
(*$IFDEF LCLFPGUI *)
	  widV= 'Linked with the FPGUI widget set';
   (*$DEFINE WIDGETSET *)
(*$ENDIF       *)

and so on.

Presumably LCLQT and the rest are defined somewhere in the IDE or LCL, 
but where can I find this so that I can make sure that my code's kept in 
step?

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]


More information about the Lazarus mailing list