bf4b281099
A minimal device spec that can be used to build for arm devices. Change-Id: I4c9949d8cc59ad534fc7617034f6beb40d6a987e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
#
|
|
# 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)
|