escape apostrophe

Change-Id: Ib9da4903167fce8ccc41fd2aa050b5c611cced11
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Oswald Buddenhagen 2014-05-22 10:46:52 +02:00 committed by The Qt Project
parent a12a2fdf68
commit 8f8d3aa4e8

View File

@ -107,7 +107,7 @@ macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs)
set(Qt5Gui_${_cmake_lib_name}_LIBRARY "${Qt5Gui_${_cmake_lib_name}_LIBRARY}/${_lib}") set(Qt5Gui_${_cmake_lib_name}_LIBRARY "${Qt5Gui_${_cmake_lib_name}_LIBRARY}/${_lib}")
!!ENDIF !!ENDIF
if (WIN32 AND NOT Qt5Gui_${_cmake_lib_name}_LIBRARY) if (WIN32 AND NOT Qt5Gui_${_cmake_lib_name}_LIBRARY)
# The above find_library call doesn't work for finding # The above find_library call doesn\'t work for finding
# libraries in Windows SDK paths outside of the proper # libraries in Windows SDK paths outside of the proper
# environment. Just add the library name to the result # environment. Just add the library name to the result
# variable instead. # variable instead.