Removed hardcoded paths from pbrpc.pro; made MainWindow default size smaller

This commit is contained in:
Srivats P. 2010-05-08 20:44:33 +05:30
parent 6ca88eb661
commit 564b30955b
2 changed files with 4 additions and 5 deletions

View File

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>650</height>
<width>700</width>
<height>550</height>
</rect>
</property>
<property name="windowTitle" >
@ -18,7 +18,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>700</width>
<height>21</height>
</rect>
</property>

View File

@ -2,7 +2,6 @@ TEMPLATE = lib
CONFIG += qt staticlib
QT += network
DEFINES += HAVE_REMOTE
INCLUDEPATH += "c:\msys\1.0\local\include"
LIBS += -L"C:\msys\1.0\local\lib" -lprotobuf
LIBS += -lprotobuf
HEADERS += rpcserver.h pbrpccontroller.h pbrpcchannel.h
SOURCES += rpcserver.cpp pbrpcchannel.cpp