Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt UI Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Design Studio
QML Viewer Projects
Qt UI Viewer
Commits
00599908
Verified
Commit
00599908
authored
3 months ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
cicd: can't set the google play store version properly
parent
5f60cbd4
No related branches found
Branches containing commit
Tags
v2.0.0-b5
Tags containing commit
No related merge requests found
Pipeline
#77960
passed
3 months ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+6
-0
6 additions, 0 deletions
CMakeLists.txt
src/CMakeLists.txt
+0
-2
0 additions, 2 deletions
src/CMakeLists.txt
with
6 additions
and
2 deletions
CMakeLists.txt
+
6
−
0
View file @
00599908
...
...
@@ -52,6 +52,12 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/zxing-cpp)
add_subdirectory
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/src
)
add_subdirectory
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/tests
)
# this needs to be increased with every new release
if
(
NOT DEFINED GOOGLE_PLAY_APP_VERSION
)
set
(
GOOGLE_PLAY_APP_VERSION 31
)
endif
()
message
(
STATUS
"GOOGLE_PLAY_APP_VERSION:
${
GOOGLE_PLAY_APP_VERSION
}
"
)
message
(
STATUS
"PROJECT VERSION:
${
CMAKE_VAR_GIT_VERSION
}
"
)
message
(
STATUS
"QT_VERSION:
${
QT_VERSION
}
"
)
message
(
STATUS
"QT_QUICK_COMPONENTS_VERSION:
${
CMAKE_VAR_QT_QUICK_COMPONENTS_VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
0
−
2
View file @
00599908
...
...
@@ -86,7 +86,5 @@ set_property(TARGET ${PROJECT_NAME}
${
ANDROID_OPENSSL_PATH
}
/libssl_3.so
)
# this needs to be increased with every new release
set
(
GOOGLE_PLAY_APP_VERSION 31
)
# CMAKE_VAR_GIT_VERSION (coming from the top-level CMakeLists.txt) and GOOGLE_PLAY_APP_VERSION replaced in the following file
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/android/AndroidManifest.xml.in
${
CMAKE_CURRENT_SOURCE_DIR
}
/android/AndroidManifest.xml
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment