syncthingtray/testhelper
Martchus 975e86c895 Allow backend libraries to be used from other projects
So far the backend libraries' include paths were relative within this
repository. This means the header files could not be used at their
installed location.

This change replaces them with "<>" includes to fix that problem and adds
a new include directory so building everything at once still works.

With this change it should be easier to actually split some parts into
another repository if this one would become too big.
2021-01-25 19:48:11 +01:00
..
testfiles Add app to automatically setup basic env for manual testing 2018-01-27 16:47:10 +01:00
tests Don't use deprecated Qt functions 2019-07-07 12:15:20 +02:00
CMakeLists.txt Allow configuring package suffix for qtutilities individually 2020-10-23 17:03:57 +02:00
global.h Adapt to changes in c++utilities 2019-06-14 19:15:26 +02:00
helper.cpp Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
helper.h Apply cmake-format and clang-format 2020-12-17 17:52:02 +01:00
syncthingtestinstance.cpp Don't use deprecated Qt functions 2019-07-07 12:15:20 +02:00
syncthingtestinstance.h Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00