EQL5/examples/9-simple-lisp-editor/exe
2017-05-01 09:50:18 +02:00
..
local_server.pro revision of 'local_server' exe 2017-05-01 09:50:18 +02:00
main.cpp revision of 'local_server' exe 2017-05-01 09:50:18 +02:00
make.lisp port of EQL/Qt4 to Qt5 2016-11-25 23:30:38 +01:00
README.txt port of EQL/Qt4 to Qt5 2016-11-25 23:30:38 +01:00

BUILD
=====

  eql5 make
  qmake
  make


QUIT
====

See menu of "Q" system tray icon.


NOTES
=====

If you don't want console output, pass command line option "-silent"
(or set "local-server::*silent*" to T).

Additionally, comment this line in "local_server.pro" (Windows):
# CONFIG += console