diff options
author | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
commit | 78dd689631c42b3a1af09da3a0c716a52e8f2e3b (patch) | |
tree | b9ffba1fef15434cf0e68ab937124037381d7f74 /CMakeLists.txt | |
parent | 5b68d8366586ed5c90615a287dc61793491a6226 (diff) | |
download | kdeltachat-78dd689631c42b3a1af09da3a0c716a52e8f2e3b.tar.gz kdeltachat-78dd689631c42b3a1af09da3a0c716a52e8f2e3b.zip |
Make Qt5QuickCompiler dependency REQUIRED
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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( |