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

https://github.com/scrutinydebugger/qt_debug


https://github.com/scrutinydebugger/qt_debug

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

Procedure to build QT in debug for testing the Scrutiny GUI

```bash
docker build . -t qtbuild
./fetch_sources.sh
./docker.sh ./build-qt.sh
./docker.sh ./build-pyside.sh

python3 -m venv venv
source venv/bin/activate
pip install ./pyside6-whl/*.whl
```