qt5base-lts/mkspecs/common
Marc Mutz f4c9797d5b QNX: set QMAKE_CXXFLAGS_CXX11
Rationale:
  QCC is a wrapper around GCC, but it doesn't understand -std,
  so we need to pass it via -Wc.

  The underlying GCC is v4.4, which doesn't know -std=c++11
  yet, only c++0x.

  We can't use -std=c++0x here, because the QNX headers
  depend on some GNU extensions (nanosleep() was one that I
  saw), so it has to be gnu++0x, ie. STD C++ + GNU extensions.

Change-Id: Ia5caf68f558b1638224e4876f1bbec84a0a93f67
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2012-07-03 14:37:36 +02:00
..
aix Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
android Add mkspecs for android cross compilation. 2012-06-29 21:15:46 +02:00
c89 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
ios Added mkspecs for iOS. 2012-04-26 03:15:22 +02:00
mac Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
nacl Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
posix Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wince centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
armcc.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
clang-mac.conf Add mkspecs for 32-bit Mac OS X builds. 2012-05-04 09:19:23 +02:00
clang.conf Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecs 2012-06-12 04:29:42 +02:00
g++-base.conf configure: Auto-detect and enable C++11 support if available 2012-06-05 12:30:13 +02:00
g++-macx.conf configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
g++-unix.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
g++.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
gcc-base-ios.conf configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
gcc-base-macx.conf configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
gcc-base-unix.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
gcc-base.conf Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecs 2012-06-12 04:29:42 +02:00
ios.conf Added mkspecs for iOS. 2012-04-26 03:15:22 +02:00
linux-android.conf android: remove QT_NO_QWS_TRANSFORMED from mkspecs 2012-07-03 00:03:36 +02:00
linux.conf centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
llvm.conf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
mac.conf centralize definitions of shell commands 2012-06-19 16:46:07 +02:00
qcc-base-qnx-armv7le.conf Make the QNX QPA plugin work with non blackberry. 2012-04-23 07:30:02 +02:00
qcc-base-qnx-x86.conf Make the QNX QPA plugin work with non blackberry. 2012-04-23 07:30:02 +02:00
qcc-base-qnx.conf QNX: set QMAKE_CXXFLAGS_CXX11 2012-07-03 14:37:36 +02:00
qcc-base.conf QNX: Enable additional CPU features to be compiled in for QNX 2012-06-14 03:03:38 +02:00
shell-unix.conf revamp automatic makefile generation for sub-projects 2012-06-19 16:46:08 +02:00
shell-win32.conf revamp automatic makefile generation for sub-projects 2012-06-19 16:46:08 +02:00
unix.conf centralize definitions of shell commands 2012-06-19 16:46:07 +02:00