From 1da0db344a6a0332c0284713d3ff645025c617f3 Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Fri, 11 May 2012 22:46:54 +0000 Subject: device: don't set a default cross compile prefix qmake -set can be used instead to set a the default cross compile. device_config.prf already contains code to read this default. Remove per-spec CROSS_COMPILE checks Introduce deviceSanityCheckCompiler() usage where appropriate Done-with: Girish Ramakrishnan Change-Id: I07c75c9e933dc1174a1bf8bf523b6b4a6b427408 Reviewed-by: Romain Pokrzywka Reviewed-by: Girish Ramakrishnan --- mkspecs/devices/linux-n9-g++/qmake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/devices/linux-n9-g++') diff --git a/mkspecs/devices/linux-n9-g++/qmake.conf b/mkspecs/devices/linux-n9-g++/qmake.conf index f26db53830..554b643fd2 100644 --- a/mkspecs/devices/linux-n9-g++/qmake.conf +++ b/mkspecs/devices/linux-n9-g++/qmake.conf @@ -31,4 +31,6 @@ QMAKE_CXXFLAGS_RELEASE += $$QMAKE_CFLAGS_RELEASE QT_QPA_DEFAULT_PLATFORM = xcb +deviceSanityCheckCompiler() + load(qt_config) -- cgit v1.2.3