testing: added trix to readme.

Sometimes the tests will fail with "missing plugin", the suggested
solutions are
a) reinstall Qt
or
b) export a PLUGIN_PATH variable

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-24 18:07:04 +01:00 committed by Dirk Hohndel
parent f39dea144c
commit b16570c715

View file

@ -15,7 +15,10 @@ to create a new test, just implement copy the one provided by
example in the tests folder and add the last three lines of the CMakeLists.txt file
adapted to your test.
If you have multiple versions of Qt installed, you might get a "plugin missing error", you can fix that by doing
export QT_QPA_PLATFORM_PLUGIN_PATH=~/Qt/5.13.2/clang_64/plugins
(of course substitute 5.13.2 with your preferred version)
To create a new test you can do one of the following (information
provided by Tomaz on IRC):