From 73d127397d572a56e57ddf36ce17fbc986ea139f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 22 Jul 2012 21:31:26 +0200 Subject: 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 --- mkspecs/cmake/Qt5BasicConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/cmake/Qt5BasicConfig.cmake.in') diff --git a/mkspecs/cmake/Qt5BasicConfig.cmake.in b/mkspecs/cmake/Qt5BasicConfig.cmake.in index 47416e9b66..2f732ada9e 100644 --- a/mkspecs/cmake/Qt5BasicConfig.cmake.in +++ b/mkspecs/cmake/Qt5BasicConfig.cmake.in @@ -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 \"\") -- cgit v1.2.3