chunkstream patch for enums (old Qt)

This commit is contained in:
2021-03-20 01:19:44 +03:00
parent b14a48da6e
commit 42f445d7ca
3 changed files with 72 additions and 14 deletions

View File

@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 1)
set(qad_MINOR 2)
set(qad_REVISION 0)
set(qad_SUFFIX beta)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)