diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-ci.yml | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/ui/KeyServerImportDialog.cpp | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index afc48eda..ca065f35 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -39,9 +39,10 @@ jobs: - name: Install Dependence (macOS) run: | - brew install cmake git autoconf automake qt@5 gcc texinfo gettext libgpg-error libassuan gpgme + brew install cmake git autoconf automake qt@5 gcc texinfo gettext libgpg-error libassuan gpgme openssl brew link qt@5 brew link gcc + brew if: matrix.os == 'macos-latest' - name: Cache Qt diff --git a/CMakeLists.txt b/CMakeLists.txt index 652265a9..b9475f84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,6 +112,7 @@ if(APPLE) ) link_directories( /usr/local/lib + /usr/local/opt/openssl/lib ) endif() diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp index 1999b443..864e62ed 100644 --- a/src/ui/KeyServerImportDialog.cpp +++ b/src/ui/KeyServerImportDialog.cpp @@ -60,7 +60,6 @@ KeyServerImportDialog::KeyServerImportDialog(GpgME::GpgContext *ctx, KeyList *ke waitingBar = new QProgressBar(); waitingBar->setVisible(false); waitingBar->setRange(0, 0); - waitingBar->setFixedHeight(24); waitingBar->setFixedWidth(200); // Layout for messagebox |