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
- Host: GitHub
- URL: https://github.com/zmoth/imagetoolbox
- Owner: zmoth
- Created: 2022-12-01T05:26:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T14:39:35.000Z (over 2 years ago)
- Last Synced: 2025-02-15T00:29:23.904Z (over 1 year ago)
- Language: C++
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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