Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 8ed1752

Browse files
author
mttwc
committed
Added README.md
1 parent b55cb5e commit 8ed1752

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# HelloQt
2+
3+
A sandbox for learning Qt using the tutorial found [here].
4+
5+
To build and execute in UNIX:
6+
7+
```sh
8+
qmake
9+
make
10+
./bin/HelloQt
11+
```
12+
13+
[//]: #
14+
[here]: <http://zetcode.com/gui/qt5/>

0 commit comments

Comments
 (0)