No description
- C++ 94.3%
- NSIS 4%
- C 1.1%
- QMake 0.5%
- Batchfile 0.1%
| assets | ||
| src | ||
| .gitignore | ||
| assets.qrc | ||
| bueno.bat | ||
| qtest.pro | ||
| README.md | ||
Mixer
Build
-
Toolchain: llvm-mingw UCRT 20220906.
-
Clone this Qt branch
-
Build Qt from sources following this guide and executing
configure.batas such:
..\qt6\configure.bat -prefix ..\install -static -debug -opensource -confirm-license -qt-zlib -qt-libpng -qt-webp -qt-libjpeg -qt-freetype -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcharts -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtlocation -skip qtlottie -skip qtmacextras -skip qtmultimedia -skip qtnetworkauth -skip qtpurchasing -skip qtquick3d -skip qtquick3dphysics -skip qtquicktimeline -skip qtremoteobjects -skip qtscript -skip qtsensors -skip qtwayland -skip qtwebglplugin -skip qtwebview -skip webengine -nomake examples -nomake tests
- Clone this repo and execute
bueno.bat.