make it easy to find out that this branch is Qt6 based

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-04-18 11:09:44 +02:00
parent e0780614c9
commit 44a944fbb8
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553
1 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,5 @@ set( MIRALL_VERSION_STRING "${MIRALL_VERSION}${MIRALL_VERSION_SUFFIX}" )
if( MIRALL_VERSION_BUILD )
set( MIRALL_VERSION_STRING "${MIRALL_VERSION_STRING} (build ${MIRALL_VERSION_BUILD})" )
endif( MIRALL_VERSION_BUILD )
set(QT_MAJOR_VERSION 6)