From e297dbd8052ef4e66f069e2dd1865ae7fa8af28e Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 21 Mar 2013 11:01:59 +0100 Subject: Imported Upstream version 0.3.1.0 --- CompilerInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CompilerInfo.h') diff --git a/CompilerInfo.h b/CompilerInfo.h index 5209988..6cc079b 100644 --- a/CompilerInfo.h +++ b/CompilerInfo.h @@ -7,7 +7,7 @@ /// \def COMPILERINFO the string to identify the compiler #if defined(Q_CC_GNU) - #define COMPILERINFO QString("GCC build: ")+__DATE__+" "+__TIME__ + #define COMPILERINFO QString("GCC %1.%2.%3 build: ").arg(__GNUC__).arg(__GNUC_MINOR__).arg(__GNUC_PATCHLEVEL__)+__DATE__+" "+__TIME__ #else #if defined(__DATE__) && defined(__TIME__) #define COMPILERINFO QString("Unknow compiler: ")+__DATE__+" "+__TIME__ -- cgit v1.2.3