Skip to content

Commit

Permalink
Update SonarCloud script for Qt 5.12.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Sep 14, 2019
1 parent 1af47a7 commit dfad958
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 @@ -6,7 +6,7 @@ SET ANDROID_NDK_ROOT=D:\Users\%USERNAME%\Documents\Android\android-ndk-r19c
SET SONARCLOUD_ROOT=D:\Users\%USERNAME%\Documents\SonarCloud
SET ANDROID_PLATFORM=android-28

PATH=%PATH%;C:\Qt\5.12.4\android_armv7\bin;%ANDROID_NDK_ROOT%\prebuilt\windows-x86_64\bin;%SONARCLOUD_ROOT%\build-wrapper-win-x86;%SONARCLOUD_ROOT%\sonar-scanner-3.3.0.1492-windows\bin
PATH=%PATH%;C:\Qt\5.12.5\android_armv7\bin;%ANDROID_NDK_ROOT%\prebuilt\windows-x86_64\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 dfad958

Please sign in to comment.