Browse Source

docs(coding): CMake is now primarily used and qmake is deprecated

pull/4191/head
Zetok Zalbavar 9 years ago
parent
commit
297f0935f0
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 4
      doc/coding_standards.md

4
doc/coding_standards.md

@ -31,8 +31,8 @@ be optional and be disabled when compiling/running in a Qt 5.3 environment. @@ -31,8 +31,8 @@ be optional and be disabled when compiling/running in a Qt 5.3 environment.
qTox is compiled without support for [C++11 exceptions][Exceptions], meaning
that any code contribution or dependency cannot throw a C++ exception at
runtime or else the application will crash. For code present in the qTox
repository, this is enforced by the use of the `exceptions_off` qmake
configuration.
repository, this is enforced by the use of the `-fno-exceptions` flag in the
CMake configuration.
Note: This restriction prohibits the use of external libraries that may throw
unhandled exceptions to qTox code. External libraries using exceptions, but

Loading…
Cancel
Save