From: Uwe Hermann Date: Tue, 28 Mar 2017 20:54:27 +0000 (+0200) Subject: Simplify Qt5 setup, require cmake >= 2.8.12. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=e222f01e48ef51f9ba326446ffd20c8897128564;hp=e222f01e48ef51f9ba326446ffd20c8897128564;p=pulseview.git Simplify Qt5 setup, require cmake >= 2.8.12. We now require cmake >= 2.8.12 (released 2013 or so, should be available pretty much anywhere by now) which further simplifies the Qt5 setup. Details: https://doc.qt.io/qt-5/cmake-manual.html https://cmake.org/cmake/help/v3.7/prop_tgt/AUTOMOC.html https://cmake.org/cmake/help/v3.7/prop_tgt/AUTORCC.html ---