Skip to content

Commit

Permalink
qt: Fix regression from #153
Browse files Browse the repository at this point in the history
Define location and soname for all configurations, not just Debug.
  • Loading branch information
gbsf committed Jan 24, 2018
1 parent 0355122 commit 3e58f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt/cmake/AppStreamQtConfig.cmake.in
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_DEBUG "@LIBDIR_FULL@/libAppStreamQt.so.${AppStreamQt_VERSION}"
IMPORTED_SONAME_DEBUG "libAppStreamQt.${AppStreamQt_VERSION_MAJOR}"
IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt.so.${AppStreamQt_VERSION}"
IMPORTED_SONAME "libAppStreamQt.${AppStreamQt_VERSION_MAJOR}"
)

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

0 comments on commit 3e58f9c

Please sign in to comment.