Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.7.0 Beta
-
None
-
OSX 10.11.4; Qt 5.7 beta ; XCode 7.3; CMake 3.5.2; QtCreator 4 rc1
Description
C++14 code does not compile with Qt 5.7 using a CMake project.
If we choose Qt 5.6 kit compiles Ok, choosing Qt5.7 we got this error:
no member 'make_unique' in namespace std
If we use the .pro project that is in the archive all goes ok compiling c++14 with Qt5.7 (is seems to be something with Qt5.7 + CMake)