summarylogtreecommitdiffstats
path: root/0001-Fix-linking-against-imm32-with-mingw-w64.patch
blob: e99d2d467c61acf9d1738334e68cf41318f7bf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 7c0a27cb2dfd036f7b782fad387d74ac0815dbb5 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 3 Jul 2021 20:12:26 +0200
Subject: [PATCH] Fix linking against imm32 with mingw-w64

---
 src/plugin/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugin/CMakeLists.txt b/src/plugin/CMakeLists.txt
index 32042e0..f34a641 100644
--- a/src/plugin/CMakeLists.txt
+++ b/src/plugin/CMakeLists.txt
@@ -42,7 +42,7 @@ qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION disable-layouts
 
 qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION WIN32
     LIBRARIES
-        Imm32.lib
+        imm32
 )
 
 #### Keys ignored in scope 4:.:.:plugin.pro:WIN32:
-- 
2.32.0