QtDebugger/Readme.md

14 lines
182 B
Markdown
Raw Permalink Normal View History

2023-01-08 15:16:11 +01:00
# QtDebugger
This is a simple program to inspect Qt Applications
### Building:
```
qmake
make
```
### Using:
```
LD_PRELOAD=libqtdebugger.so ./myQtApplication -arg1 -arg2 ....
```