Disable Qt deprecation warnings
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Fri, 10 Sep 2021 13:59:47 +0000 (15:59 +0200)
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>
Fri, 17 Sep 2021 13:32:26 +0000 (13:32 +0000)
commit0074d6c40ab38f5c4cb1318d711ee1b15dbb1bce
tree650aecf6e52b2081db624fd2a9c5f6306625b84b
parentfb1b3481d19c860f7ff5a22663822cdf38d636bc
Disable Qt deprecation warnings

They don't help us during regular development and some of them are not
fixable (e.g. QNetworkMangerConfiguration) in the open source variant
of Qt5.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
CMakeLists.txt
src/gui/CMakeLists.txt