aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-27 18:34:35 +0300
committerlink2xt <link2xt@testrun.org>2021-03-27 18:34:35 +0300
commit78dd689631c42b3a1af09da3a0c716a52e8f2e3b (patch)
treeb9ffba1fef15434cf0e68ab937124037381d7f74
parent5b68d8366586ed5c90615a287dc61793491a6226 (diff)
downloadkdeltachat-78dd689631c42b3a1af09da3a0c716a52e8f2e3b.tar.gz
kdeltachat-78dd689631c42b3a1af09da3a0c716a52e8f2e3b.zip
Make Qt5QuickCompiler dependency REQUIRED
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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(