From 8f8d3aa4e8947cdfc3e04cd5cd62eee152cbbcd2 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 22 May 2014 10:46:52 +0200 Subject: escape apostrophe Change-Id: Ib9da4903167fce8ccc41fd2aa050b5c611cced11 Reviewed-by: Stephen Kelly --- src/gui/Qt5GuiConfigExtras.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/Qt5GuiConfigExtras.cmake.in b/src/gui/Qt5GuiConfigExtras.cmake.in index f9c327f938..d734e56d23 100644 --- a/src/gui/Qt5GuiConfigExtras.cmake.in +++ b/src/gui/Qt5GuiConfigExtras.cmake.in @@ -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}") !!ENDIF 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 # environment. Just add the library name to the result # variable instead. -- cgit v1.2.3