Quote the SONAME properly.
authorStephen Kelly <stephen.kelly@kdab.com>
Sun, 22 Jul 2012 19:31:26 +0000 (21:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 15:48:51 +0000 (17:48 +0200)
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>
mkspecs/cmake/Qt5BasicConfig.cmake.in

index 47416e9..2f732ad 100644 (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 \"\")