[Lazarus] Lazarus compile project via ssh?
Bart
bartjunk64 at gmail.com
Mon Jan 4 14:41:06 CET 2016
On 1/4/16, Bo Berglund <bo.berglund at gmail.com> wrote:
> What do you mean by "widget set being used for Lazarus"?
The WidgetSet draws all the widgets.
This mostly depeds on your platform, not all WidgetSets are supported
on all platforms.
azarus supports the following WidgetSets:
Win32, Win64, WinCE, QT, GTK2, GTK3 (experimental), Cocoa, Carbon,
fpGUI, Cutomdrawn, noGUI.
If you change nothing Lazarus/LCL uses the default widgetset for your
system (e.g. win32 on Windows, GTK2 on Linux).
You can build for a different widgetset using
ProjectOptions->CompilerOptions->Config and target->"Select another
LCL widgetset (macro LCLWidgetType)".
Note: you need the libraries for the WS installed on your system, e.g.
you can build for GTK2 on Windows, but it requires you to install; GTK
for Windows.
Bart
More information about the Lazarus
mailing list