From a8ac5aaa56dd343681550d518bef8bb253556755 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 9 Feb 2017 11:22:02 +0100 Subject: mkspec for Renesas R-Car M3 Change-Id: I2264d7346f15f8488d0f9ef3f7e190c6026d84e9 Reviewed-by: Andy Nichols --- mkspecs/devices/linux-rcar-m3-g++/qmake.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mkspecs/devices/linux-rcar-m3-g++/qmake.conf (limited to 'mkspecs/devices/linux-rcar-m3-g++/qmake.conf') diff --git a/mkspecs/devices/linux-rcar-m3-g++/qmake.conf b/mkspecs/devices/linux-rcar-m3-g++/qmake.conf new file mode 100644 index 0000000000..1820457ffc --- /dev/null +++ b/mkspecs/devices/linux-rcar-m3-g++/qmake.conf @@ -0,0 +1,17 @@ +# +# qmake configuration for the Renesas R-Car M3 +# + +include(../common/linux_device_pre.conf) + +QMAKE_LIBS_EGL += -lEGL +QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lEGL + +DISTRO_OPTS += aarch64 +COMPILER_FLAGS += -march=armv8-a -mtune=cortex-a57.cortex-a53 + +EGLFS_DEVICE_INTEGRATION = eglfs_kms + +include(../common/linux_arm_device_post.conf) + +load(qt_config) -- cgit v1.2.3