summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags/qflags.pro
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-08-23 18:34:02 +0200
committerOlivier Goffart <ogoffart@woboq.com>2014-10-31 09:54:15 +0100
commit6700fb0bf0bc1be7346c8184b7c112c574ba6515 (patch)
tree205f33701ea19b0f56c38cf2f77ec861618b6d9b /tests/auto/corelib/global/qflags/qflags.pro
parent053e8c41d7f87a07cb1a74cd95bd030ac138dc4e (diff)
Use Q_DECL_RELAXED_CONSTEXPR in QFlags
Change-Id: I91073f4bb71e554402fc13cbd0e9ba5b5b95bce0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/global/qflags/qflags.pro')
-rw-r--r--tests/auto/corelib/global/qflags/qflags.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qflags/qflags.pro b/tests/auto/corelib/global/qflags/qflags.pro
index 9e80d5634b..3f78bc045b 100644
--- a/tests/auto/corelib/global/qflags/qflags.pro
+++ b/tests/auto/corelib/global/qflags/qflags.pro
@@ -3,3 +3,4 @@ TARGET = tst_qflags
QT = core testlib
SOURCES = tst_qflags.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+contains(QT_CONFIG, c++11): CONFIG += c++11 c++14