Skip to content

Commit

Permalink
Fixed keychain bundled build with Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitozz committed May 16, 2024
1 parent cadfdd1 commit c4d25b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/qtkeychain-bundled.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10.0)

set(QtkeychainRepo "https://github.com/frankosterfeld/qtkeychain.git")

include(GNUInstallDirs)
set(libname qt${QT_DEFAULT_MAJOR_VERSION}keychain)
message(STATUS "Qt${QT_DEFAULT_MAJOR_VERSION}Keychain: using bundled")
set(Qtkeychain_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${libname})
Expand Down

0 comments on commit c4d25b2

Please sign in to comment.