Skip to content

Commit

Permalink
revert to qt652
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Nov 2, 2023
1 parent b6a4e56 commit ec0f4a4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
if: ( github.repository == 'MerginMaps/input' ) && (!contains(github.event.head_commit.message, 'Translate '))
runs-on: macos-12
env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
NDK_VERSION: r25
NDK_VERSION_FULL: r25b
JDK_VERSION: 11
SDK_PLATFORM: android-33
SDK_BUILD_TOOLS: 33.0.1
INPUT_SDK_VERSION_ARM: arm-android-20231006-201
INPUT_SDK_VERSION_ARM64: arm64-android-20231006-201
INPUT_SDK_VERSION_ARM: arm-android-20230824-200
INPUT_SDK_VERSION_ARM64: arm64-android-20230824-200
CCACHE_DIR: /Users/runner/work/ccache
GITHUB_TOKEN: ${{ secrets.INPUTAPP_BOT_GITHUB_TOKEN }}
CACHE_VERSION: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- published

env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
CACHE_VERSION: 0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-2019]
runs-on: ${{ matrix.os }}
env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
GITHUB_TOKEN: ${{ secrets.INPUTAPP_BOT_GITHUB_TOKEN }}
CACHE_VERSION: 0
XC_VERSION: ${{ '14.2' }} # macos-only
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ( github.repository == 'MerginMaps/input' ) && (!contains(github.event.head_commit.message, 'Translate '))
runs-on: ubuntu-latest
env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
steps:

- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:
- published

env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
XC_VERSION: ${{ '14.2' }}
IOS_CMAKE_TOOLCHAIN_VERSION: "4.4.0"
INPUT_SDK_VERSION: arm64-ios-20231006-158
INPUT_SDK_VERSION: arm64-ios-20230824-157
IOS_PROVISIONING_PROFILE_UUID: 59aaa8d7-516a-4592-8c58-d7d1c1f81610
KEYCHAIN: ${{ 'inputapp.keychain' }}
CCACHE_DIR: /Users/runner/work/ccache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:

env:
CCACHE_DIR: ~/.ccache
INPUT_SDK_VERSION: x64-linux-20231006-163
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
INPUT_SDK_VERSION: x64-linux-20230824-162
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
CACHE_VERSION: 0

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
- published

env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
INPUT_SDK_VERSION: x64-osx-20231005-182
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
INPUT_SDK_VERSION: x64-osx-20230824-181
CCACHE_DIR: /Users/runner/work/ccache
CACHE_VERSION: 0
XC_VERSION: ${{ '14.2' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: windows-2019

env:
QT_VERSION: '6.5.3' # use scripts/update_qt_version.bash to change
INPUT_SDK_VERSION: x64-windows-20231006-210
QT_VERSION: '6.5.2' # use scripts/update_qt_version.bash to change
INPUT_SDK_VERSION: x64-windows-20230824-209
CCACHE_DIR: C:/ccache-cache # https://linux.die.net/man/1/ccache
CACHE_VERSION: 0
VS_VERSION: "2019"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.22)
set(MM_VERSION_MAJOR "2")
set(MM_VERSION_MINOR "5")
set(MM_VERSION_PATCH "0")
set(QT_VERSION_DEFAULT "6.5.3")
set(QT_VERSION_DEFAULT "6.5.2")

# Note: we cannot set this for non-android build, since CMake will start looking for
# Qt6AndroidMacros.cmake
Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Steps to build and run Input:
mkdir build
cd build
cmake -G Ninja \
-DCMAKE_PREFIX_PATH=~/Qt/6.5.3/gcc_64 \
-DCMAKE_PREFIX_PATH=~/Qt/6.5.2/gcc_64 \
-DINPUT_SDK_PATH=~/input-sdk/x64-linux \
-DQGIS_QUICK_DATA_PATH=~/input/app/android/assets/qgis-data \
..
Expand Down Expand Up @@ -281,8 +281,8 @@ Now you can create a build (either on commmand line or by setting these variable
cmake \
-DIOS=TRUE \
-DCMAKE_PREFIX_PATH=/opt/Qt/6.5.3/ios \
-DQT_HOST_PATH=/opt/Qt/6.5.3/macos \
-DCMAKE_PREFIX_PATH=/opt/Qt/6.5.2/ios \
-DQT_HOST_PATH=/opt/Qt/6.5.2/macos \
-DCMAKE_TOOLCHAIN_FILE:PATH="~/input-sdk/ios.toolchain.cmake" \
-DCMAKE_INSTALL_PREFIX:PATH="../install" \
-DUSE_SERVER_API_KEY=FALSE \
Expand Down Expand Up @@ -318,7 +318,7 @@ export BASE_DIR=~/Projects/quick;
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_PREFIX_PATH=/opt/Qt/6.5.3/macos \
-DCMAKE_PREFIX_PATH=/opt/Qt/6.5.2/macos \
-DCMAKE_INSTALL_PREFIX:PATH=$BASE_DIR/install-macos \
-DINPUT_SDK_PATH=$BASE_DIR/sdk/x64-osx \
-GNinja \
Expand Down Expand Up @@ -346,7 +346,7 @@ For version of the tools used, see `.github/workflows/win.yml`
- setup build environment
```
set ROOT_DIR=C:\Users\zilol\Projects
set Qt6_DIR=C:\Qt\6.5.3\msvc2019_64
set Qt6_DIR=C:\Qt\6.5.2\msvc2019_64
set PATH=%QT_ROOT%\bin;C:\Program Files\CMake\bin\;%PATH%
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat" -arch=x64
```
Expand Down

0 comments on commit ec0f4a4

Please sign in to comment.