This is the project file for the pvserver. It is generated by pvdevelop but you can add more sources and libraries in here. From this project file pvdevelop will generate the Makefile with the help of qmake. Notice that the project file contains the definitions for unix like systems and windows.
###################################################################### # generated by pvdevelop at: Mi Mrz 28 18:50:07 2007 ###################################################################### TEMPLATE = app CONFIG += warn_on release CONFIG -= qt # Input HEADERS += pvapp.h \ mask1_slots.h SOURCES += main.cpp \ mask1.cpp unix:LIBS += /usr/lib/libpvsmt.so $(LIBPTHREAD) #unix:LIBS += /usr/lib/libpvsmt.so /usr/lib64/libpthread.so #unix:LIBS += /usr/lib/libpvsid.so unix:INCLUDEPATH += /opt/pvb/pvserver unix:LIBS += /usr/lib/librllib.so unix:INCLUDEPATH += /opt/pvb/rllib/lib win32:LIBS += $(PVBDIR)\win\bin\serverlib.lib wsock32.lib win32:INCLUDEPATH += $(PVBDIR)\pvserver win32:LIBS += $(PVBDIR)\win\bin\rllib.lib win32:INCLUDEPATH += $(PVBDIR)\rllib\lib #DEFINES += USE_INETD TARGET = pvs