Removed hardcoded paths from pbrpc.pro; made MainWindow default size smaller
This commit is contained in:
parent
6ca88eb661
commit
564b30955b
@ -5,8 +5,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>800</width>
|
<width>700</width>
|
||||||
<height>650</height>
|
<height>550</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>800</width>
|
<width>700</width>
|
||||||
<height>21</height>
|
<height>21</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
@ -2,7 +2,6 @@ TEMPLATE = lib
|
|||||||
CONFIG += qt staticlib
|
CONFIG += qt staticlib
|
||||||
QT += network
|
QT += network
|
||||||
DEFINES += HAVE_REMOTE
|
DEFINES += HAVE_REMOTE
|
||||||
INCLUDEPATH += "c:\msys\1.0\local\include"
|
LIBS += -lprotobuf
|
||||||
LIBS += -L"C:\msys\1.0\local\lib" -lprotobuf
|
|
||||||
HEADERS += rpcserver.h pbrpccontroller.h pbrpcchannel.h
|
HEADERS += rpcserver.h pbrpccontroller.h pbrpcchannel.h
|
||||||
SOURCES += rpcserver.cpp pbrpcchannel.cpp
|
SOURCES += rpcserver.cpp pbrpcchannel.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user