syncthingtray/cli
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
..
resources/js Add helper for changing config via JavaScript 2018-04-07 22:57:36 +02:00
testfiles cli: Print own device always on top to fix test failures 2021-01-11 18:49:35 +01:00
tests Use override in test fixtures 2019-10-13 18:28:32 +02:00
CMakeLists.txt Use header-only target of qtutilities 2021-01-01 18:50:46 +01:00
application.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
application.h Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
args.cpp Adapt to c++utilities v5 2019-05-04 21:05:21 +02:00
args.h Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
helper.h Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
jsconsole.cpp Allow editing Syncthing config via JavaScript 2018-04-07 22:01:54 +02:00
jsconsole.h Don't use lower-case Qt macros 2020-03-08 13:50:32 +01:00
jsdefs.h Allow editing Syncthing config via JavaScript 2018-04-07 22:01:54 +02:00
jsincludes.h Allow editing Syncthing config via JavaScript 2018-04-07 22:01:54 +02:00
main.cpp Convert args to UTF-8 under Windows 2017-01-03 00:29:00 +01:00