提交 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
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FunctionalClientTest
TARGET = $$OUT_PWD/../bin/FunctionalClientTest
TEMPLATE = app
......
......@@ -7,7 +7,7 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QTcpClientTest
TARGET = $$OUT_PWD/../bin/QTcpClientTest
TEMPLATE = app
# Input
HEADERS += qghtcpclient.h qtcpclienttest.h \
......
......@@ -9,7 +9,7 @@ unix:QMAKE_CXXFLAGS += -std=c++11
win32-g++: QMAKE_CXXFLAGS += -std=c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ZoomPipeline_FuncSvr
TARGET = $$OUT_PWD/../bin/ZoomPipeline_FuncSvr
TEMPLATE = app
......
......@@ -1036,7 +1036,7 @@
<x>0</x>
<y>0</y>
<width>640</width>
<height>23</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_Control">
......@@ -1203,5 +1203,21 @@
</hint>
</hints>
</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>
</ui>
文件已添加
......@@ -2,4 +2,4 @@ TEMPLATE = subdirs
SUBDIRS += QTcpClientTest
SUBDIRS += FunctionalClientTest
SUBDIRS += ZoomPipeline_FuncSvr
OTHER_FILES += .gitignore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册