blob: 5f2b3f10ec4f257e55e2b3a64baa57e6e82e4ad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# SPDX-FileCopyrightText: 2023 Linus Jahn <lnj@kaidan.im>
#
# SPDX-License-Identifier: CC0-1.0
set(PACKAGE_VERSION "")
# Allow all requested versions here, the actual check is going to be done in QXmppQt5/6.
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|