We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73be006 commit e54f865Copy full SHA for e54f865
CMakeLists.txt
@@ -139,8 +139,8 @@ endif()
139
###################################################################################
140
add_definitions(
141
-DMAJOR=0
142
- -DMINOR=22
143
- -DREVISION=7
+ -DMINOR=23
+ -DREVISION=0
144
)
145
146
@@ -683,11 +683,11 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
683
684
685
set_target_properties(${PROJECT_NAME} PROPERTIES
686
- QT_ANDROID_VERSION_NAME "0.22.7"
+ QT_ANDROID_VERSION_NAME "0.23.0"
687
688
689
690
- QT_ANDROID_VERSION_CODE "17"
+ QT_ANDROID_VERSION_CODE "18"
691
692
693
# link libraries
0 commit comments