From bf4b2810999f9c1b0512437101170d93e3ff9613 Mon Sep 17 00:00:00 2001 From: Christian Stromme Date: Fri, 23 Oct 2015 00:59:45 +0200 Subject: Add generic g++ spec for arm devices. A minimal device spec that can be used to build for arm devices. Change-Id: I4c9949d8cc59ad534fc7617034f6beb40d6a987e Reviewed-by: Oswald Buddenhagen --- mkspecs/devices/linux-arm-generic-g++/qmake.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mkspecs/devices/linux-arm-generic-g++/qmake.conf (limited to 'mkspecs/devices/linux-arm-generic-g++/qmake.conf') diff --git a/mkspecs/devices/linux-arm-generic-g++/qmake.conf b/mkspecs/devices/linux-arm-generic-g++/qmake.conf new file mode 100644 index 0000000000..3dbd297b94 --- /dev/null +++ b/mkspecs/devices/linux-arm-generic-g++/qmake.conf @@ -0,0 +1,9 @@ +# +# Generic qmake configuration for building with g++ on arm devices. +# +# A minimal configure line could look something like this: +# ./configure -device arm-generic-g++ -device-option CROSS_COMPILE=arm-linux-gnueabi- + +include(../common/linux_device_pre.conf) +include(../common/linux_arm_device_post.conf) +load(qt_config) -- cgit v1.2.3