406934a632
Including /usr/include and lib can cause cryptic failures if there is already a Qt installed to /usr. Having standard locations listed should not be necessary at all. Change-Id: I08a15a064cc1aec126733f7e1962a2fa2ec38fcb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
23 lines
562 B
Plaintext
23 lines
562 B
Plaintext
#
|
|
# qmake configuration for the Freescale iMX6 boards (single, dual and quad)
|
|
#
|
|
|
|
include(../common/linux_device_pre.conf)
|
|
|
|
QMAKE_LIBS_EGL += -lEGL
|
|
QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lEGL -lGAL
|
|
QMAKE_LIBS_OPENVG += -lOpenVG -lEGL -lGAL
|
|
|
|
IMX6_CFLAGS = -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1
|
|
QMAKE_CFLAGS += $$IMX6_CFLAGS
|
|
QMAKE_CXXFLAGS += $$IMX6_CFLAGS
|
|
|
|
DISTRO_OPTS += hard-float
|
|
|
|
# Preferred eglfs backend
|
|
EGLFS_DEVICE_INTEGRATION = eglfs_viv
|
|
|
|
include(../common/linux_arm_device_post.conf)
|
|
|
|
load(qt_config)
|