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

https://github.com/zmoth/imagetoolbox

Qt-based drawing tool
https://github.com/zmoth/imagetoolbox

Last synced: about 1 year ago
JSON representation

Qt-based drawing tool

Awesome Lists containing this project

README

          

CXX DEMO

[**中文**](./README.md) | [**English**](./README_EN.md)

# Content
- [Content](#content)
- [Build \& Install](#build--install)
- [Dependencies](#dependencies)
- [Build](#build)
- [Example](#example)
- [Origin \& References](#origin--references)

# Build & Install
## Dependencies

Qt 5.15.2

## Build

> 不要出现中文路径!

```bash
git clone --recurse-submodules git@github.com:QianMoth/qt-cmake-project.git
cd nodeeditor-p
mkdir build

# Release
cmake -S . -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

# Debug
cmake -S . -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug
```

# Example

# Origin & References