52d30e2850
Right now there are no iMX7 SOCs available with OpenGL capable GPUs so the mkspec is very basic. Change-Id: Ia5c83eea72c4d436c774b2955ccd71f2256bfd6b Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
#
|
|
# qmake configuration for the NXP iMX7 boards (single, dual and quad)
|
|
#
|
|
|
|
include(../common/linux_device_pre.conf)
|
|
|
|
IMX7_CFLAGS = -march=armv7-a -mfpu=neon -DLINUX=1
|
|
QMAKE_CFLAGS += $$IMX7_CFLAGS
|
|
QMAKE_CXXFLAGS += $$IMX7_CFLAGS
|
|
|
|
DISTRO_OPTS += hard-float
|
|
|
|
QT_QPA_DEFAULT_PLATFORM = linuxfb
|
|
|
|
include(../common/linux_arm_device_post.conf)
|
|
|
|
load(qt_config)
|