mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
f39dea144c
commit
b16570c715
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue