From 74c1e6ae6d9fedad155d83d6b6040238a301a770 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 8 Apr 2021 16:58:37 +0200 Subject: [PATCH] Doc: Describe running apps as root user on Linux Task-number: QTCREATORBUG-25162 Change-Id: I5db639a3cb77e1b2504b38cfda739e6892722a19 Reviewed-by: Christian Kandeler --- .../creator-only/creator-projects-settings-run-desktop.qdocinc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-desktop.qdocinc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-desktop.qdocinc index 732090a5238..aab400abda4 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-desktop.qdocinc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-desktop.qdocinc @@ -61,6 +61,9 @@ linked frameworks, such as the Qt framework itself. You do not need this option for debugging your application code. + On Linux, select the \uicontrol {Run as root user} check box to run the + application with root user permissions. + You can also create custom executable run configurations where you can set the executable to be run. For more information, see \l{Specifying a Custom Executable to Run}.