Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderlane/qthackathondemo
Some small demo projects showing what you can do with Qt.
https://github.com/coderlane/qthackathondemo
Last synced: 23 days ago
JSON representation
Some small demo projects showing what you can do with Qt.
- Host: GitHub
- URL: https://github.com/coderlane/qthackathondemo
- Owner: Coderlane
- License: mit
- Created: 2013-09-23T23:28:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T20:11:39.000Z (over 11 years ago)
- Last Synced: 2024-12-09T22:40:14.087Z (about 1 month ago)
- Language: C++
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QtHackathonDemo
===============A few quick Qt Demos so you can get a feel for the langauage.
You can find more demos here:
* http://qt-project.org/doc/qt-5.1/qtdoc/index.html
* http://qt-project.org/doc/qt-4.8/demos.html## Installation
Make sure you have qtcreator installed!
* On Ubuntu:
```
sudo apt-get install qtcreator
```
* On Windows:
* Goto: http://qt-project.org/downloads
* I use the mingw version because I am generally cross compiling.
* There are more instructions here http://qt-project.org/doc/qt-5.1/qtdoc/install-win.html
clone the repository or click the link to download it!git clone https://github.com/TLane/QtHackathonDemo.git