summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-03 14:46:03 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-03 15:18:57 +0200
commit5f4ab925da357fbfee3e17ce0c8b9438b0294719 (patch)
tree7f5c56c742b23a6a24910c84c3bc3f101a2082c5
parentFix appveyor (diff)
downloadnheko-5f4ab925da357fbfee3e17ce0c8b9438b0294719.tar.xz
Fix qtlabs platform in windows packages
-rw-r--r--CMakeLists.txt4
-rw-r--r--appveyor.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index e4f87af9..ca66e167 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -131,7 +131,7 @@ if(USE_BUNDLED_LMDB) target_include_directories(liblmdb::lmdb INTERFACE "${HUNTER_INSTALL_PREFIX}/include/lmdb") else() - find_package(LMDB) + find_package(LMDB REQUIRED) endif() # @@ -379,7 +379,7 @@ if(USE_BUNDLED_OLM) set(OLM_TESTS OFF CACHE INTERNAL "") FetchContent_MakeAvailable(Olm) else() - find_package(Olm 3) + find_package(Olm 3 REQUIRED) set_package_properties(Olm PROPERTIES DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet" URL "https://git.matrix.org/git/olm/about/" diff --git a/appveyor.yml b/appveyor.yml
index 93632af0..83305a28 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -61,7 +61,7 @@ after_build: - mkdir NhekoRelease - copy build\Release\nheko.exe NhekoRelease\nheko.exe - copy build\_deps\cmark-build\src\Release\cmark.dll NhekoRelease\cmark.dll - - windeployqt --qmldir %QT_DIR%\qml\ --release NhekoRelease\nheko.exe + - windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe - 7z a nheko_win_64.zip .\NhekoRelease\* - ls -lh build\Release\