summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-rcar-m3-g++/qmake.conf
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-02-09 11:22:02 +0100
committerJohan Helsing <johan.helsing@qt.io>2018-01-07 09:44:20 +0000
commita8ac5aaa56dd343681550d518bef8bb253556755 (patch)
tree08582f2cfb3231afab034a7872349423f42661e0 /mkspecs/devices/linux-rcar-m3-g++/qmake.conf
parent79d3351855ea055bed0b5b752a4a6fed51a27f9b (diff)
mkspec for Renesas R-Car M3
Change-Id: I2264d7346f15f8488d0f9ef3f7e190c6026d84e9 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'mkspecs/devices/linux-rcar-m3-g++/qmake.conf')
-rw-r--r--mkspecs/devices/linux-rcar-m3-g++/qmake.conf17
1 files changed, 17 insertions, 0 deletions
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)