On Sat, Sep 12, 2009 at 07:40:55PM +0200, for...@lyx.org wrote:
> Author: forenr
> Date: Sat Sep 12 19:40:54 2009
> New Revision: 31375
> URL: http://www.lyx.org/trac/changeset/31375
> 
> Log:
> server_monitor.h must be included last for msvc sake.
> 
> Modified:
>    lyx-devel/trunk/development/lyxserver/server_monitor.cpp
> 
> Modified: lyx-devel/trunk/development/lyxserver/server_monitor.cpp
> ==============================================================================
> --- lyx-devel/trunk/development/lyxserver/server_monitor.cpp  Sat Sep 12 
> 18:20:37 2009        (r31374)
> +++ lyx-devel/trunk/development/lyxserver/server_monitor.cpp  Sat Sep 12 
> 19:40:54 2009        (r31375)
> @@ -24,6 +24,11 @@
>   * 3) Compile using the following command:
>   *    g++ server_monitor.cpp -o monitor -I. `pkg-config --cflags --libs 
> QtGui`
>   *
> + * Alternatively, you can create a Makefile with the following commands:
> + *    qmake -project
> + *    qmake
> + * and then run make (or nmake, if you use msvc).
> + *

Couldn't we check in a lyxserver.pro? 

The minimal version would be just two lines:

  HEADERS += server_monitor.h
  SOURCES += server_monitor.cpp

Andre'

Reply via email to