Add a server_monitor.pro file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-09-12 21:50:46 +00:00
parent 21fcdfb479
commit 4ca416ec63
2 changed files with 5 additions and 3 deletions

View File

@ -24,10 +24,10 @@
* 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
* Alternatively, you can create a Makefile with qmake and then build
* the executable by running make (or nmake, if you use msvc):
* qmake
* and then run make (or nmake, if you use msvc).
* make
*
* Usage:
* 1) Set the LyXserver pipe path in the LyX preferences (on *nix you can use

View File

@ -0,0 +1,2 @@
HEADERS += server_monitor.h
SOURCES += server_monitor.cpp