Commit 363abb05 authored by John Harwell's avatar John Harwell
Browse files

Added cached variable WORKBENCH_QT5_DEPRECATED_FATAL_ERROR to...

Added cached variable WORKBENCH_QT5_DEPRECATED_FATAL_ERROR to src/CMakeLists.txt.  When WORKBENCH_QT5_DEPRECATED_FATAL_ERROR is TRUE, a compiler definition (WORKBENCH_REPLACE_QT_DEPRECATED) is used with #ifdef/#else/#endif in the source code to allow usage of methods that replace the obsolete functions.  Examples include using std::sort() in place of qSort() and QDateTime::setOffsetFromUtc() in place of QDateTime::setUtcOffset().
parent 63ddb73f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment