qt5base-lts/mkspecs/devices/linux-generic-g++/qmake.conf
Allan Sandfeld Jensen 39e64e798f Add generic device for general cross-building
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>
2016-12-21 17:20:59 +00:00

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)