Skip to content

Commit

Permalink
Fix lib name for Qt5 link target
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas authored and ximion committed Nov 12, 2023
1 parent 39f9e42 commit fed92f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt/cmake/AppStreamQt5Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ add_library(AppStreamQt SHARED IMPORTED)
set_target_properties(AppStreamQt PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${PACKAGE_PREFIX_DIR}/include/"
INTERFACE_LINK_LIBRARIES "Qt5::Core"
IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt5.so.${AppStreamQt_VERSION}"
IMPORTED_SONAME "libAppStreamQt5.${AppStreamQt_VERSION_MAJOR}"
IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt5.so.${AppStreamQt5_VERSION}"
IMPORTED_SONAME "libAppStreamQt5.${AppStreamQt5_VERSION_MAJOR}"
)

####################################################################################
Expand Down

0 comments on commit fed92f2

Please sign in to comment.