Quote the SONAME properly.

It does not make a big difference, but it is what was intended
initially.

Change-Id: Idd7e06c857533030b000726ff87b48bb2619df06
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Stephen Kelly 2012-07-22 21:31:26 +02:00 committed by Qt by Nokia
parent 401e6f2581
commit 73d127397d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ macro(_populate_imported_target_properties Configuration LIB_LOCATION IMPLIB_LOC
\"IMPORTED_LOCATION_${Configuration}\" \"$${CMAKE_LIB_DIR}$${LIB_LOCATION}\"
!!ENDIF
!!IF !isEmpty(CMAKE_LIB_SONAME)
\"IMPORTED_SONAME_${Configuration}\" "$${CMAKE_LIB_SONAME}"
\"IMPORTED_SONAME_${Configuration}\" \"$${CMAKE_LIB_SONAME}\"
!!ENDIF
)
if(NOT \"${IMPLIB_LOCATION}\" STREQUAL \"\")