feat: 对 Tcp 的 Server/Client的 UI进行设计
且添加了对于MacOS和Win10的应用程序图标;使用QMake设置(.pro文件书写)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user