This commit is contained in:
deinok 2019-03-22 14:03:41 +01:00
parent 55a94dcf51
commit 0766d34da8
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Qml.Net.Bindings.props" />
<PropertyGroup>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>
</Project>

View file

@ -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