tokodon, Qt build fix (#12787)

This commit is contained in:
Schrijvers Luc
2025-08-18 16:57:48 +02:00
committed by GitHub
parent f783cebdf1
commit 7b7928e7a7

View File

@@ -22,25 +22,25 @@ index 533eccd..21abdae 100644
2.50.1
From 9e027888bb59f6fcf4c373508e5ee96bbd7af873 Mon Sep 17 00:00:00 2001
From 2006aa364ab45700e66fbc4a8ddec82c92101be8 Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Mon, 18 Aug 2025 16:38:11 +0200
Subject: Reset qt_policy
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21abdae..e2d81f6 100644
index 21abdae..ef5a335 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,7 +153,7 @@ if (ANDROID)
@@ -153,8 +153,6 @@ if (ANDROID)
include(ECMAddAndroidApk)
endif ()
-qt_policy(SET QTP0004 NEW)
+qt_policy(SET QTP0004 OLD)
-
ecm_setup_version(${PROJECT_VERSION}
VARIABLE_PREFIX TOKODON
VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/tokodon-version.h
--
2.50.1