nextcloud-desktop/src/crashreporter
Dominik Schmidt aad928a6be
Install libocsync to lib/ without subfolder.
Installing to lib/${APPLICATION_EXECUTABLE} has caused a bunch of
irritations in the past and subtle annoying to fix bugs. To avoid name
clashes with branded clients ${APPLICATION_EXECUTABLE} becomes now
part of the filename instead of the subfolder.

The concrete motivation to change this now is that on Windows there
is no RPATH and it's not possible to run owncloud directly from the
Craft Root folder, which is nice when you're developing on Windows.

It would have been possible to change this just for Windows but as
written earlier this has caused lots of issues and thus I think it's
a good idea to just stay consistent accross platforms when touching it.
2020-12-15 10:57:56 +01:00
..
CMakeLists.txt Install libocsync to lib/ without subfolder. 2020-12-15 10:57:56 +01:00
CrashReporterConfig.h.in Make crash reporter application name branded 2014-08-30 11:05:52 +02:00
main.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
resources.qrc Add crash reporter using libcrashreporter-qt 2014-08-26 18:15:13 +02:00