From 475cef58f96d1d274e5c7b448df7231415783af0 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Sat, 4 Feb 2012 14:20:32 +0100 Subject: Move compiler detection from qglobal.h to a separate header qcompilerdetection.h is included from qglobal.h, and does all Q_CC_* and compiler feature detection. Change-Id: Idd06054e172ef6fa73774e26fa38753996c4161b Reviewed-by: Thiago Macieira --- src/corelib/global/global.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global/global.pri') diff --git a/src/corelib/global/global.pri b/src/corelib/global/global.pri index ded3e4db57..e00917c805 100644 --- a/src/corelib/global/global.pri +++ b/src/corelib/global/global.pri @@ -3,6 +3,7 @@ HEADERS += \ global/qglobal.h \ global/qsystemdetection.h \ + global/qcompilerdetection.h \ global/qnamespace.h \ global/qendian.h \ global/qnumeric_p.h \ -- cgit v1.2.3