summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-08-05 19:45:02 +0200
committerSafiyyah Moosa <safiyyah.moosa@qt.io>2023-08-20 19:23:37 +0200
commit1cd09a1be88d38fcfe3fcfee28023708be3bfd41 (patch)
tree7eb0bcc857b8ce65d06fdc52aae193f112f7fad0 /doc/src/getting-started
parent3bafa5d0e2d54294c733c585ff28234b93523b85 (diff)
Docs:Add Build folders to antivirus exception list
Add a note to state that Qt projects and user project build folders should be added to the antivirus exception list. Task-number: QTBUG-114928 Pick-to: 6.5 6.6 Change-Id: I83c057f59dd412569836ba44c1ecd0cfb35f205b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/create-your-first-applications.qdoc3
-rw-r--r--doc/src/getting-started/installation.qdoc3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/getting-started/create-your-first-applications.qdoc b/doc/src/getting-started/create-your-first-applications.qdoc
index a203c2b41..1c7f9fe01 100644
--- a/doc/src/getting-started/create-your-first-applications.qdoc
+++ b/doc/src/getting-started/create-your-first-applications.qdoc
@@ -101,5 +101,8 @@
If you'd rather develop with Microsoft Visual Studio, you can install
\l{Qt VS Tools Manual}{Qt VS Tools} directly from Visual Studio.
+ \note Add your project build directory to the list of excluded directories
+ of any anti-virus application that runs on your system.
+
Now, we'd like to send you off on your journey to \l{Explore Qt}.
*/
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 50a6e5d3f..1dd2fb060 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -12,6 +12,9 @@ There are two ways to install Qt:
\li through the \e{Qt sources}
\endlist
+\note Add the Qt build directory to the list of excluded directories
+ of any anti-virus application that runs on your system.
+
You can download the Qt installers and sources from the \l Downloads page.
For more information, visit the \l{Getting Started with Qt} page.