Qt Inject Linux/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alkurz (Diskussion | Beiträge) |
Alkurz (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== Qt Inject for Linux OS == |
|||
With expecco version 20.1. it is possible, to test a Qt application without modifying the code. |
With expecco version 20.1. it is possible, to test a Qt application without modifying the code. |
||
Version vom 20. April 2020, 07:57 Uhr
With expecco version 20.1. it is possible, to test a Qt application without modifying the code.
The files you need are in <expecco-installation-dir>/packages/exept/expecco/plugin/qt/expeccoQtClient/expecceTestService_InjectTool_Unix:
- inject.sh
- injector.so
Please copy the Qt version dependent ExpeccoTestService library from <expecco-installation-dir>/packages/exept/expecco/plugin/qt/expeccoQtClient/expeccoTestService/bin/linux/gcc_x64_Qt<qtVersion>/ in this directory.
- libExpeccoTestService.so.1
Now you can start your application with
./inject.sh <qt-application-to-test>
and connect expecco Gui Browser
via QT-Bridge.