mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
x64
This commit is contained in:
parent
55a94dcf51
commit
0766d34da8
2 changed files with 34 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="../Qml.Net.Bindings.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# Architecture
|
||||
BR2_x64_64=y
|
||||
BR2_x86_nocona=y
|
||||
|
||||
# Build Options
|
||||
BR2_CCACHE=y
|
||||
BR2_OPTIMIZE_3=y
|
||||
|
||||
# Toolchain
|
||||
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
|
||||
BR2_KERNEL_HEADERS_4_20=y
|
||||
BR2_BINUTILS_VERSION_2_31_X=y
|
||||
BR2_GCC_VERSION_8_X=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_GCC_ENABLE_LTO=y
|
||||
BR2_PACKAGE_HOST_GDB=y
|
||||
BR2_GDB_VERSION_8_2=y
|
||||
|
||||
# Target Packages
|
||||
BR2_PACKAGE_QT5=y
|
||||
BR2_PACKAGE_QT5BASE_WIDGETS=y
|
||||
BR2_PACKAGE_QT5QUICKCONTROLS2=y
|
||||
|
||||
# Host Utilities
|
||||
BR2_PACKAGE_HOST_CMAKE=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue