diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..0d5add4 --- /dev/null +++ b/Readme.md @@ -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 .... +```