Add dependency on QtGuiPrivate
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 5 Oct 2020 17:20:26 +0000 (19:20 +0200)
committerMichael Schuster (Rebase PR Action) <misch7@users.noreply.github.com>
Wed, 7 Oct 2020 13:33:20 +0000 (13:33 +0000)
commit15d294e7fb4fb7948b9837ff686118cf66be7ad1
treef260869a89385923b89fa74a949b552e29aad6fa
parent607347289ea3eb03b59bb72c75b9552a34d7b787
Add dependency on QtGuiPrivate

I'm not a huge fan of using private APIs but QZip is really the API with
the least hassles for our debug archive need. No external dependency and
we know it is generally available and stable despite the lack of
stability promise.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/CMakeLists.txt