From 014736755ede9056dc8838edbc09cb9857628ced Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 31 Mar 2020 10:52:02 +0300 Subject: Add special case for escaping quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit : warning: missing terminating " character : error: stray ‘\’ in program Change-Id: Iab23419a707a105a9789b8d7af3740e320d54119 Reviewed-by: Leander Beernaert Reviewed-by: Simon Hausmann --- examples/quickcontrols2/texteditor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quickcontrols2/texteditor/CMakeLists.txt') diff --git a/examples/quickcontrols2/texteditor/CMakeLists.txt b/examples/quickcontrols2/texteditor/CMakeLists.txt index d9e24479ec..da3d78ed97 100644 --- a/examples/quickcontrols2/texteditor/CMakeLists.txt +++ b/examples/quickcontrols2/texteditor/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(CMAKE_CROSSCOMPILING) target_compile_definitions(texteditor PUBLIC - QT_EXTRA_FILE_SELECTOR=\\\"touch\\\" + QT_EXTRA_FILE_SELECTOR="touch" # special case ) endif() -- cgit v1.2.3