-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The patches here were not authored by me. These were the original headers: From b66ecb295ecc3981b1c21f01d62c9066f5d6e6ca Mon Sep 17 00:00:00 2001 From: Oliver Wolff <[email protected]> Date: Mon, 15 Jul 2024 09:31:30 +0200 Subject: [PATCH 1/1] qmake: Add support for arm64 hosts on Windows Co-authored-by: MonicaLiu <[email protected]>
- Loading branch information
1 parent
e1d78a3
commit 0f3609c
Showing
2 changed files
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
From b66ecb295ecc3981b1c21f01d62c9066f5d6e6ca Mon Sep 17 00:00:00 2001 | ||
From: Oliver Wolff <[email protected]> | ||
Date: Mon, 15 Jul 2024 09:31:30 +0200 | ||
Subject: [PATCH 1/1] qmake: Add support for arm64 hosts on Windows | ||
|
||
Pick-to: 6.8 | ||
Change-Id: I0096300fce870ef4411b071f074588a6420188e0 | ||
Reviewed-by: Alexey Edelev <[email protected]> | ||
Reviewed-by: Joerg Bornemann <[email protected]> | ||
--- | ||
qmake/library/qmakeevaluator.cpp | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/qmake/library/qmakeevaluator.cpp b/qmake/library/qmakeevaluator.cpp | ||
index df3f92d7d5df..0ee8cdbf11e1 100644 | ||
--- a/qmake/library/qmakeevaluator.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
From b66ecb295ecc3981b1c21f01d62c9066f5d6e6ca Mon Sep 17 00:00:00 2001 | ||
From: Oliver Wolff <[email protected]> | ||
Date: Mon, 15 Jul 2024 09:31:30 +0200 | ||
Subject: [PATCH 1/1] qmake: Add support for arm64 hosts on Windows | ||
|
||
Pick-to: 6.8 | ||
Change-Id: I0096300fce870ef4411b071f074588a6420188e0 | ||
Reviewed-by: Alexey Edelev <[email protected]> | ||
Reviewed-by: Joerg Bornemann <[email protected]> | ||
--- | ||
qmake/library/qmakeevaluator.cpp | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/qmake/library/qmakeevaluator.cpp b/qmake/library/qmakeevaluator.cpp | ||
index df3f92d7d5df..0ee8cdbf11e1 100644 | ||
--- a/qmake/library/qmakeevaluator.cpp | ||
|