feat: 对 Tcp 的 Server/Client的 UI进行设计

且添加了对于MacOS和Win10的应用程序图标;使用QMake设置(.pro文件书写)
This commit is contained in:
touwoyimuli
2019-11-21 00:12:57 +08:00
parent b0d7f71452
commit aa31886279
20 changed files with 240 additions and 20 deletions

View File

@@ -34,7 +34,25 @@ HEADERS += \
FORMS += \
ExTcpClient.ui
macx {
ICON = images/icon.icns
}
unix:!macx{
# linux only
}
win32 {
RC_ICONS = images/icon.ico
}
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
images/Image2.jpg \
images/Image1.png \
images/Image4.png \
images/Image5.png