graphic android patches: buttons moved to popup-menu on tap-and-hold gesture

This commit is contained in:
2021-09-17 21:19:37 +03:00
parent 1cb6880c55
commit b6c08b076e
3 changed files with 62 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 5)
set(qad_MINOR 6)
set(qad_REVISION 0)
set(qad_SUFFIX )
set(qad_COMPANY SHS)