mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-24 01:15:32 +02:00

Several major changes to the layout have been made. - The chat search bar is moved into the message search layout. - The Searchbar component is stripped of unused features. - Some remaining logic that was used to switch main loader components is removed. - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views. NOTE: the option to use a frameless window is available within general settings Gitlab: #1524 (Frameless Window) Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
25 lines
724 B
Diff
25 lines
724 B
Diff
From 161d28abb6784115ad71fcb6977e112e9d5756d4 Mon Sep 17 00:00:00 2001
|
|
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
|
|
Date: Tue, 23 Jan 2024 15:38:34 -0500
|
|
Subject: [PATCH] fix-fedora-fc-build
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0fb89c8..3a6ad6d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -65,7 +65,7 @@ if(NOT TARGET qmsetup::library)
|
|
)
|
|
|
|
# Find package again
|
|
- find_package(qmsetup REQUIRED PATHS ${_package_path})
|
|
+ find_package(qmsetup REQUIRED PATHS ${_package_path} ${qmsetup_cmake_path})
|
|
|
|
# Update import path
|
|
set(qmsetup_DIR ${_package_path} CACHE PATH "" FORCE)
|
|
--
|
|
2.34.1
|
|
|