Qt 5.15.2
不要出现中文路径!
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