add readme

This commit is contained in:
mrbesen 2023-01-08 15:16:11 +01:00
parent c792e02da8
commit e5803f3b17
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 13 additions and 0 deletions

13
Readme.md Normal file
View File

@ -0,0 +1,13 @@
# QtDebugger
This is a simple program to inspect Qt Applications
### Building:
```
qmake
make
```
### Using:
```
LD_PRELOAD=libqtdebugger.so ./myQtApplication -arg1 -arg2 ....
```