Skip to content

Commit 5c8eb49

Browse files
committed
Added icon. Readme updated and pointing to released versions.
1 parent 6183e73 commit 5c8eb49

5 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# SUSTerm
2-
A Simple Universal Serial Terminal.
2+
A Simple Universal Serial Terminal developed using QT5.
3+
4+
Get the precompiled released versions at:
5+
https://mega.nz/#F!9N1lTSJK!596a9l4NfAK5H3EBwUJyGA
6+
7+
Notes:
8+
9+
- QT version is 5.11.2.
10+
- The project was written in QtCreator 4.7.1.
11+
- The implementation uses QSerialPort class to manage Serial ports.

SUSTerm/SUSTerm.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
QT += core gui
88
QT += serialport
99

10+
RC_FILE = resourcecollection.rc
11+
1012
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1113

1214
TARGET = SUSTerm

SUSTerm/res/SUSTerm.ico

20.3 KB
Binary file not shown.

SUSTerm/res/SUSTerm.png

4.79 KB
Loading

SUSTerm/resourcecollection.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IDI_ICON1 ICON DISCARDABLE "res/SUSTerm.ico"

0 commit comments

Comments
 (0)