qt5base-lts/mkspecs/devices/freebsd-generic-clang/qmake.conf
Oleksandr Tymoshenko 72efb2e6f4 mkspec: Add cross-compilation support for FreeBSD
Add conf files for -device qmake switch. It consists of two common
pre/post includes for FreeBSD-base device. "freebsd-generic-clang"
-device option for generic cross-compilation target, with bsdfb as
default platform and freebsd-rasp-pi-clang option for Raspberry Pi
(up to version 2) with OpenGL ES2 (eglfs) support

Change-Id: I45d91c0512f60f2be438ce46e0485844c341188a
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2016-10-12 22:04:46 +00:00

10 lines
329 B
Plaintext

#
# Generic qmake configuration for cross-compiling with clang
#
# A minimal configure line could look something like this:
# ./configure -device freebsd-generic-clang -device-option CROSS_COMPILE=/usr/armv6-freebsd/usr/bin/
include(../common/freebsd_device_pre.conf)
include(../common/freebsd_device_post.conf)
load(qt_config)