https://github.com/scrutinydebugger/qt_debug
https://github.com/scrutinydebugger/qt_debug
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrutinydebugger/qt_debug
- Owner: scrutinydebugger
- Created: 2026-03-06T12:30:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-06-29T00:44:06.000Z (21 days ago)
- Last Synced: 2026-06-29T02:18:59.002Z (21 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```