Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.