From fff5a8f9c987e5e285b2665c4d0a1c5bbe3e6276 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 13 Sep 2012 22:17:33 +0200 Subject: make qmakespecs announce the compiler family on the way to eliminate scoping based on the spec. gcc and msvc go as such into CONFIG, the other ones get the vendor prefixed, as most are mostly unknown and thus likely to clash with users' flags. Change-Id: Ie622f53d90e96dbf05ce7d8c638cd355f04fa20c Reviewed-by: Thiago Macieira Reviewed-by: Joerg Bornemann --- mkspecs/aix-g++/qmake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/aix-g++/qmake.conf') diff --git a/mkspecs/aix-g++/qmake.conf b/mkspecs/aix-g++/qmake.conf index 353e1ba334..5f7b8b44d3 100644 --- a/mkspecs/aix-g++/qmake.conf +++ b/mkspecs/aix-g++/qmake.conf @@ -5,6 +5,8 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = aix +QMAKE_COMPILER = gcc + QMAKE_CC = gcc QMAKE_LEX = flex QMAKE_LEXFLAGS = -- cgit v1.2.3