mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #115] [CLOSED] Support for arm arm64 and x64 #215
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/115
Author: @deinok
Created: 3/26/2019
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
f54433cAdd Toolchain8503ce8BuildrootSdkb660d40Move output to bin3361aa3support arm64a15354aAArch64a9aa607defconfig169dba3GDB and CMAKE4ce5a2aCompile55a94dcSet Packable0766d34x64📊 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.