https://github.com/usagi/qml2teapot
C++ Advent Calendar 2013-12-14: Qt5/QML2でteapot
https://github.com/usagi/qml2teapot
Last synced: 3 months ago
JSON representation
C++ Advent Calendar 2013-12-14: Qt5/QML2でteapot
- Host: GitHub
- URL: https://github.com/usagi/qml2teapot
- Owner: usagi
- Created: 2013-12-14T13:23:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T14:15:11.000Z (over 11 years ago)
- Last Synced: 2025-01-13T11:11:24.631Z (5 months ago)
- Language: C++
- Homepage: http://blog.wonderrabbitproject.net/2013/12/c-advent-calendar-2013-12-14.html
- Size: 133 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qml2teapot
- C++ Advent Calendar 2013-12-14: Qt5/QML2でteapot
- http://blog.wonderrabbitproject.net/2013/12/c-advent-calendar-2013-12-14.html## require
- Qt5/QML2 runtime & development files
- clang++-3.2 or g++-4.8
- cmake-2.8.10
- ninja-1.3.4## build
git clone https://github.com/usagi/qml2teapot.git
mkdir qml2teapot.build
cd qml2teapot.build
cmake -G Ninja ../qml2teapot
ninja## run
qmlscene test.qml