diff options
author | Martchus | 2022-04-26 19:38:56 +0200 |
---|---|---|
committer | Martchus | 2022-04-26 19:38:56 +0200 |
commit | 6bd8d3a7704d45d2eb9df598c0a326314fa78e8e (patch) | |
tree | 026bb60a4c15e2131b26a3be420e24ec18bf947b /0021-Allow-usage-of-static-version-with-CMake.patch | |
parent | f08078c53ded4379c2b660f1f653c2e30bdee865 (diff) | |
download | aur-6bd8d3a7704d45d2eb9df598c0a326314fa78e8e.tar.gz |
Update KDE fork version, cherry-pick 8797332
Diffstat (limited to '0021-Allow-usage-of-static-version-with-CMake.patch')
-rw-r--r-- | 0021-Allow-usage-of-static-version-with-CMake.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/0021-Allow-usage-of-static-version-with-CMake.patch b/0021-Allow-usage-of-static-version-with-CMake.patch index 374875facbca..3d90b7849415 100644 --- a/0021-Allow-usage-of-static-version-with-CMake.patch +++ b/0021-Allow-usage-of-static-version-with-CMake.patch @@ -1,7 +1,7 @@ -From 95ce669b134f215030dfc1a20c037dc32a777ea6 Mon Sep 17 00:00:00 2001 +From 556553e661d8b1daf08f372dfb63b2d49fd95cf2 Mon Sep 17 00:00:00 2001 From: Martchus <martchus@gmx.net> Date: Sat, 5 Aug 2017 21:14:26 +0200 -Subject: [PATCH 21/32] Allow usage of static version with CMake +Subject: [PATCH 21/33] Allow usage of static version with CMake Allow selecting between dynamic and static Qt versions installed in the same prefix @@ -1091,5 +1091,5 @@ index 2a575958ae..ca0e3be3b5 100644 INTERFACE_COMPILE_DEFINITIONS QT_TESTCASE_BUILDDIR=\\\"\${CMAKE_BINARY_DIR}\\\" ) -- -2.35.1 +2.36.0 |