提交 45ab78e3 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

1. add documents

2. redirect target exe files to a upper directory "bin"
上级 a0814b7b
*.user
*.tmp
...@@ -8,7 +8,7 @@ QT += core gui network ...@@ -8,7 +8,7 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FunctionalClientTest TARGET = $$OUT_PWD/../bin/FunctionalClientTest
TEMPLATE = app TEMPLATE = app
......
...@@ -7,7 +7,7 @@ QT += core gui network ...@@ -7,7 +7,7 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QTcpClientTest TARGET = $$OUT_PWD/../bin/QTcpClientTest
TEMPLATE = app TEMPLATE = app
# Input # Input
HEADERS += qghtcpclient.h qtcpclienttest.h \ HEADERS += qghtcpclient.h qtcpclienttest.h \
......
...@@ -9,7 +9,7 @@ unix:QMAKE_CXXFLAGS += -std=c++11 ...@@ -9,7 +9,7 @@ unix:QMAKE_CXXFLAGS += -std=c++11
win32-g++: QMAKE_CXXFLAGS += -std=c++11 win32-g++: QMAKE_CXXFLAGS += -std=c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ZoomPipeline_FuncSvr TARGET = $$OUT_PWD/../bin/ZoomPipeline_FuncSvr
TEMPLATE = app TEMPLATE = app
......
...@@ -1036,7 +1036,7 @@ ...@@ -1036,7 +1036,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>640</width>
<height>23</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menu_Control"> <widget class="QMenu" name="menu_Control">
...@@ -1203,5 +1203,21 @@ ...@@ -1203,5 +1203,21 @@
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection>
<sender>dial_plain_trans_threads</sender>
<signal>valueChanged(int)</signal>
<receiver>progressBar_plain_threads</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>252</x>
<y>150</y>
</hint>
<hint type="destinationlabel">
<x>458</x>
<y>150</y>
</hint>
</hints>
</connection>
</connections> </connections>
</ui> </ui>
文件已添加
...@@ -2,4 +2,4 @@ TEMPLATE = subdirs ...@@ -2,4 +2,4 @@ TEMPLATE = subdirs
SUBDIRS += QTcpClientTest SUBDIRS += QTcpClientTest
SUBDIRS += FunctionalClientTest SUBDIRS += FunctionalClientTest
SUBDIRS += ZoomPipeline_FuncSvr SUBDIRS += ZoomPipeline_FuncSvr
OTHER_FILES += .gitignore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册