summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-07-08 17:20:06 -0700
committerThiago Macieira <thiago.macieira@intel.com>2016-01-19 23:41:52 +0000
commit7ffcafd1b5baab0cbb6022ae7b9d4ca1bd76c353 (patch)
treeb0e097ee4147a27d0339bb2d8923ba6a2a9250ae /tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro
parent57671bebbcfc06d0ad390dd470f51eb1f8556314 (diff)
Remove all the atomic code besides MSVC and std::atomic
[ChangeLog][Important Behavior Changes] Starting with Qt 5.7, Qt requires a C++11 compiler with support for C++11 atomics. This affects user code too: Qt headers no longer compile with a C++98 compiler. The minimum compiler versions for this release are: * Clang 3.4 (found in XCode 5.1) * GCC 4.7 * Microsoft Visual Studio 2012 Change-Id: Ib056b47dde3341ef9a52ffff13ef1f496ea9363f Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Dmitry Shachnev <mitya57@gmail.com>
Diffstat (limited to 'tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro')
-rw-r--r--tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro b/tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro
deleted file mode 100644
index 64401f0229..0000000000
--- a/tests/auto/corelib/thread/qatomicinteger/gcc/short/short.pro
+++ /dev/null
@@ -1 +0,0 @@
-include(../../qatomicinteger.pri)