Qt Inject Linux/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alkurz (Diskussion | Beiträge) K |
Alkurz (Diskussion | Beiträge) |
||
Zeile 12: | Zeile 12: | ||
and connect expecco <q>Gui Browser</q> via QT-Bridge. |
and connect expecco <q>Gui Browser</q> via QT-Bridge. |
||
---- |
|||
Back to [[Qt Plugin Reference/en|Qt Plugin Reference]] |
Version vom 6. Dezember 2021, 07:44 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
(or the corresponding one for your computer architecture (e.g. injector_32_arm.so). You have to rename this file to injector.so because the inject.sh script expects this name)
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.
Back to Qt Plugin Reference