summaryrefslogtreecommitdiff
path: root/qt5/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-09-19Compile Qt5 frontend with -DQT_STRICT_ITERATORSTobias Deiminger1-0/+5
QT_STRICT_ITERATORS prevents conversion from non-const iterator to const iterator. It helps detecting situations where we waste resources due to needless detach from implicitely shared container data (i.e. deep copy). If anyone should run into problems, they can disable strict iterators using a global cache variable: $ cmake DENABLE_QT_STRICT_ITERATORS=OFF [...]
2015-12-28Make target names for Qt4 and Qt5 builds unique so they can be built at the ↵Adam Reichold1-0/+2
same time using recent CMake and Ninja versions.
2013-06-17Initial Qt5 portAlbert Astals Cid1-0/+3