[PR #115] [CLOSED] Support for arm arm64 and x64 #215

Closed
opened 2026-05-05 11:20:58 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/115
Author: @deinok
Created: 3/26/2019
Status: Closed

Base: developHead: develop


📝 Commits (10+)

📊 Changes

7 files changed (+183 additions, -0 deletions)

View changed files

src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm/Qml.Net.Bindings.linux-arm.csproj (+9 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm/dotnet-linux-arm_defconfig (+28 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm64/Qml.Net.Bindings.linux-arm64.csproj (+9 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm64/dotnet-linux-arm64_defconfig (+26 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-x64/Qml.Net.Bindings.linux-x64.csproj (+9 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-x64/dotnet-linux-x64_defconfig (+25 -0)
src/native/Qml.Net.Bindings/Qml.Net.Bindings.props (+77 -0)

📄 Description

Also, this make easy to add other architecture bindings


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/115 **Author:** [@deinok](https://github.com/deinok) **Created:** 3/26/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`f54433c`](https://github.com/qmlnet/qmlnet/commit/f54433ca5c78bcca979ea1a3a064ac5531901b54) Add Toolchain - [`8503ce8`](https://github.com/qmlnet/qmlnet/commit/8503ce81953985bf012d7e6b32e675e1cd6d0eff) BuildrootSdk - [`b660d40`](https://github.com/qmlnet/qmlnet/commit/b660d40934cb6fc2bb223dbb6c36a728f71a824f) Move output to bin - [`3361aa3`](https://github.com/qmlnet/qmlnet/commit/3361aa3c54911289525e0d4197aae909f738992c) support arm64 - [`a15354a`](https://github.com/qmlnet/qmlnet/commit/a15354a4632b64bd3c72839af274d8571ebf667f) AArch64 - [`a9aa607`](https://github.com/qmlnet/qmlnet/commit/a9aa60766964b28d1932262eb2317a1f240ab779) defconfig - [`169dba3`](https://github.com/qmlnet/qmlnet/commit/169dba3f5697a96255935f3d68314892824320f2) GDB and CMAKE - [`4ce5a2a`](https://github.com/qmlnet/qmlnet/commit/4ce5a2a51992f2f0bf00b0bf7fb3bb54053f2a67) Compile - [`55a94dc`](https://github.com/qmlnet/qmlnet/commit/55a94dcf51890efe35973d72aba2e5d3a59e8c4e) Set Packable - [`0766d34`](https://github.com/qmlnet/qmlnet/commit/0766d34da81f5d6aa1272139738b71b1802f9402) x64 ### 📊 Changes **7 files changed** (+183 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm/Qml.Net.Bindings.linux-arm.csproj` (+9 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm/dotnet-linux-arm_defconfig` (+28 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm64/Qml.Net.Bindings.linux-arm64.csproj` (+9 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-arm64/dotnet-linux-arm64_defconfig` (+26 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-x64/Qml.Net.Bindings.linux-x64.csproj` (+9 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.linux-x64/dotnet-linux-x64_defconfig` (+25 -0) ➕ `src/native/Qml.Net.Bindings/Qml.Net.Bindings.props` (+77 -0) </details> ### 📄 Description Also, this make easy to add other architecture bindings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:58 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#215
No description provided.