Skip to content

Commit

Permalink
icu
Browse files Browse the repository at this point in the history
  • Loading branch information
annulen committed Sep 27, 2023
1 parent e944845 commit 419160f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebKitLegacy/PlatformQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ list(APPEND WebKitLegacy_LIBRARIES

list(APPEND WebKitLegacy_LIBRARIES
PRIVATE
${ICU_LIBRARIES}
ICU::uc
${Qt5Positioning_LIBRARIES}
${X11_X11_LIB}
${X11_Xcomposite_LIB}
Expand Down
1 change: 1 addition & 0 deletions Source/cmake/OptionsQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ if (TARGET CONAN_PKG::icu)
add_library(ICU::data ALIAS CONAN_PKG::icu)
add_library(ICU::i18n ALIAS CONAN_PKG::icu)
add_library(ICU::uc ALIAS CONAN_PKG::icu)
set(ICU_INCLUDE_DIRS ${CONAN_INCLUDE_DIRS_ICU})
#find_package(ICU 61.2 REQUIRED COMPONENTS data i18n uc PATHS ${CONAN_ICU_ROOT} NO_DEFAULT_PATH)
else ()
find_package(ICU 61.2 REQUIRED COMPONENTS data i18n uc)
Expand Down

0 comments on commit 419160f

Please sign in to comment.