From 22d260ebd80b68ed139657b047f8a26a6135fb73 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 18 May 2024 11:49:44 +0200 Subject: [PATCH] docs added info [skip ci] --- docs/building/tinyorm.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building/tinyorm.mdx b/docs/building/tinyorm.mdx index b15658e42..c42866463 100644 --- a/docs/building/tinyorm.mdx +++ b/docs/building/tinyorm.mdx @@ -153,6 +153,10 @@ export LD_LIBRARY_PATH="$QtRoot/5.15.2/gcc_64/lib"${LD_LIBRARY_PATH:+:}$LD_LIBRA These scripts consider the `TINY_QT_ROOT` environment variable that should point to the `Qt` installation folder, you can define this environment variable globally in your OS. ::: +:::info +You can't execute these `qtenvX` scripts, they have to be sourced like `source qtenvX` or `. qtenvX`. +::: + ##### Allow symbolic links unprivileged Open `Local Security Policy`, go to `Local Policies - User Rights Assignment`, open `Create symbolic links` and add your user account or user group, restart when it doesn't apply immediately.