mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tokodon, Qt build fix (#12787)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user