diff options
author | Saturneric <[email protected]> | 2022-01-12 21:48:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 22:56:59 +0000 |
commit | 70cb73cb401bbc08aa3fad3c5317b74f37fc7d53 (patch) | |
tree | d6b0157e119a56129ae56833287ec3776b89ba40 /src | |
parent | <chore>(project, ui, core): update ci for release-deb-package.yml (diff) | |
download | GpgFrontend-70cb73cb401bbc08aa3fad3c5317b74f37fc7d53.tar.gz GpgFrontend-70cb73cb401bbc08aa3fad3c5317b74f37fc7d53.zip |
<chore>(project, ui, core): update ci for release-deb-package.yml
1. Enable the latest one-off build.
2. Fix submodule dependency problem.
3. Fixed known issues in engineering waste paper.
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 073da46f..f51d02e5 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -34,7 +34,7 @@ target_link_libraries(${GPGFRONTEND_UI_LIB_NAME} Qt5::Network Qt5::PrintSupport Qt5::Widgets Qt5::Test Qt5::Core) # link vmime target_link_libraries(${GPGFRONTEND_UI_LIB_NAME} - vmime-static anl ssl crypto) + gpgfrontend_vmime anl ssl crypto) # link easyloggingpp target_link_libraries(${GPGFRONTEND_UI_LIB_NAME} easyloggingpp) @@ -46,6 +46,7 @@ target_link_libraries(${GPGFRONTEND_UI_LIB_NAME} target_include_directories(gpgfrontend_ui PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/${GPGFRONTEND_UI_LIB_NAME}_autogen/include) + if (XCODE_BUILD) set_target_properties(${GPGFRONTEND_UI_LIB_NAME} PROPERTIES |