Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jqntn/market-qt
simple market simulation app using qt
https://github.com/jqntn/market-qt
example market qt qt-quick qt-widgets qt5 qt6 qtquick qtwidgets sample simple
Last synced: about 1 month ago
JSON representation
simple market simulation app using qt
- Host: GitHub
- URL: https://github.com/jqntn/market-qt
- Owner: jqntn
- License: mit
- Created: 2024-07-15T15:37:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T20:38:32.000Z (5 months ago)
- Last Synced: 2024-10-13T00:44:44.364Z (2 months ago)
- Topics: example, market, qt, qt-quick, qt-widgets, qt5, qt6, qtquick, qtwidgets, sample, simple
- Language: C++
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# market-qt
```cmd
> cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DQT_STATIC=ON
> cmake --build build --config Release
```Note that your Qt `bin` directory must be in your PATH.
The `QT_STATIC` windows-only flag is experimental and should only be used for distribution or if Qt is not installed on your machine.