Description: Don't compile the QML files
 Compiled QML files a tied to a specific Qt version, so when Qt is updated,
 the files need to be recompiled. Instead, ship the QML files uncompiled.

 Based on https://github.com/Nheko-Reborn/nheko/commit/d177405913768a256c43433b56353d639c4b3281

---
Origin: upstream
Bug-Debian: https://bugs.debian.org/964015
Forwarded: not-needed
Last-Update: 2020-07-10

--- nheko-0.7.2.orig/cmake/Translations.cmake
+++ nheko-0.7.2/cmake/Translations.cmake
@@ -21,7 +21,7 @@ if(NOT EXISTS ${_qrc})
 endif()
 
 qt5_add_resources(LANG_QRC ${_qrc})
-if(Qt5QuickCompiler_FOUND)
+if(FALSE)
 	qtquick_compiler_add_resources(QRC resources/res.qrc)
 else()
 	qt5_add_resources(QRC resources/res.qrc)
