Add special font configuration for flatpak

This commit is contained in:
Carl Schwan
2020-12-17 13:35:40 +01:00
parent eb95813f67
commit 6e659c853b
5 changed files with 52 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ include(KDEClangFormat)
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)
include(cmake/Flatpak.cmake)
# Fix a crash due to problems with quotient's event system. Can probably be removed once the reworked event system is in
cmake_policy(SET CMP0063 OLD)