From 4ff4d2b6e9ac755096182dafe565ecac6c62f426 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 14 Jul 2022 14:18:23 +0200 Subject: [PATCH] Doc: Fix case in folder name in \quotefromfile command When building docs on Linux, the folder and file were not found. Task-number: QTCREATORBUG-27560 Change-Id: I767703c66edf73221037bd17692d3f469319522d Reviewed-by: Eike Ziller --- doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc index 84133a9f48d..50b20ad7369 100644 --- a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc @@ -345,7 +345,7 @@ the resource file as a source file in the \e CMakeLists.txt file that the wizard created for you: - \quotefromfile TextFinder/CMakeLists.txt + \quotefromfile textfinder/CMakeLists.txt \skipto set(PROJECT_SOURCES \printuntil )