From 78dd689631c42b3a1af09da3a0c716a52e8f2e3b Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Mar 2021 18:34:35 +0300 Subject: Make Qt5QuickCompiler dependency REQUIRED --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6209f9..f5683eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ find_package(PkgConfig REQUIRED) # Ahead-of-Time Compilation # # See https://doc.qt.io/qt-5/qtquick-deployment.html#ahead-of-time-compilation -find_package(Qt5QuickCompiler) +find_package(Qt5QuickCompiler REQUIRED) qtquick_compiler_add_resources(KDELTACHAT_QML_QRC qml.qrc) add_executable( -- cgit v1.2.3-54-g00ecf