mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-30 13:09:15 +02:00
Added Google Protocol Buffers to Android build
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -41,7 +41,9 @@ jobs:
|
||||
version: '6.4.0'
|
||||
target: 'android'
|
||||
arch: 'android_arm64_v8a'
|
||||
- name: Install Android Google Protocol Buffers
|
||||
run: git clone https://github.com/tumic0/android_protobuf.git
|
||||
- name: Configure build
|
||||
run: qmake pbfplugin.pro
|
||||
run: qmake pbfplugin.pro PROTOBUF=android_protobuf
|
||||
- name: Build project
|
||||
run: make -j2
|
||||
|
Reference in New Issue
Block a user