From 605aa0cf1889110620dc0d5d84066be8177fe9c2 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 3 Sep 2010 10:44:16 +0200 Subject: Add define for c++0x initilizer lists Reviewed-by: Joao --- src/corelib/global/qglobal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index f9879cd..02196e4 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -486,6 +486,7 @@ namespace QT_NAMESPACE {} # define Q_COMPILER_EXTERN_TEMPLATES # define Q_COMPILER_DEFAULT_DELETE_MEMBERS # define Q_COMPILER_CLASS_ENUM +# define Q_COMPILER_INITIALIZER_LISTS # endif # if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 /* C++0x features supported in GCC 4.5: */ -- cgit v0.12