Devscripts update

This commit is contained in:
ea4k 2023-05-06 09:49:03 +02:00
parent 269b58ea4a
commit 46ef77a9cb
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ rem *
rem *****************************************************************************/@echo off
echo Setting up environment for Qt usage...
set KLOGDEVELVERSION=1
set PATH=C:/Qt/5.15.3/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;%PATH%
set PATH=%PATH%;C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;
cd ../src/
rmdir /S /Q build

View File

@ -27,7 +27,7 @@ rem * along with KLog. If not, see <https://www.gnu.org/licenses/>.
rem * *
rem *****************************************************************************/@echo off
echo Setting up environment for Qt usage...
set PATH=C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;%PATH%
set PATH=%PATH%;C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;
cd Documents/GitHub/klog/devscripts
cd ../src/
rmdir /S /Q build