Skip to content

Commit

Permalink
Update PATH for Qt 5.12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Apr 25, 2019
1 parent adbb612 commit 308ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sonarcloud.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SET ANDROID_NDK_ROOT=D:\Users\%USERNAME%\Documents\Android\android-ndk-r18b
SET SONARCLOUD_ROOT=D:\Users\%USERNAME%\Documents\SonarCloud

PATH=%PATH%;C:\Qt\5.12.3\android_armv7\bin;%ANDROID_NDK_ROOT%\prebuilt\windows\bin;%SONARCLOUD_ROOT%\build-wrapper-win-x86;%SONARCLOUD_ROOT%\sonar-scanner-3.3.0.1492-windows\bin
PATH=%PATH%;C:\Qt\5.12.2\android_armv7\bin;%ANDROID_NDK_ROOT%\prebuilt\windows\bin;%SONARCLOUD_ROOT%\build-wrapper-win-x86;%SONARCLOUD_ROOT%\sonar-scanner-3.3.0.1492-windows\bin

IF NOT "%~1"=="" (
CD .. ^
Expand Down

0 comments on commit 308ef8e

Please sign in to comment.