39e64e798f
Adds linux-generic-g++ which can be used for simple cross-building to well-behaved Linux targets. Change-Id: I20423249cbcaaf7fc2c65e46b737e682d9222e38 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
#
|
|
# Generic qmake configuration for building with g++ on generic devices.
|
|
#
|
|
# A minimal configure line could look something like this:
|
|
# ./configure -device linux-generic-g++ -device-option CROSS_COMPILE=mipsel-linux-gnu-
|
|
|
|
include(../common/linux_device_pre.conf)
|
|
include(../common/linux_device_post.conf)
|
|
load(qt_config)
|