An open API service indexing awesome lists of open source software.

https://github.com/ejunjsh/qt-learning

a repo for learning qt
https://github.com/ejunjsh/qt-learning

Last synced: 2 months ago
JSON representation

a repo for learning qt

Awesome Lists containing this project

README

        

# qt-learning
a repo for learning qt

## precondition

````
brew install qt
````

## build

````
cd xxx-xxx
mkdir build
cd build
qmake ..
make
````