2009/10/27 Alexander Grau <a...@grauonline.de>: > > Compiling Lazarus QT LCL: > | > make clean lcl LCL_PLATFORM=qt
That will only work if you are compiling the LCL itself or the Lazarus IDE. That will NOT work if you are compiling your own application. First off, you own application normally doesn't have a Makefile setup. It's much easier to simply use the IDE. If you don't, you will have to setup a few paths via compiler parameters. The amount of paths can easily escalate to quite a few, depending on howmany packages you use. What you can do, is load you project in Lazarus IDE, then go to Project > Compiler Settings and click the Show Options button. This will show you the full compiler string (parameters) to be able to compile your program without the IDE. You might be able to use lazbuild as well - though I have no clue how that program works. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal