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
- Host: GitHub
- URL: https://github.com/ejunjsh/qt-learning
- Owner: ejunjsh
- License: mit
- Created: 2024-12-28T08:17:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T13:57:36.000Z (2 months ago)
- Last Synced: 2025-03-01T14:32:12.433Z (2 months ago)
- Language: C++
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````