mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
CMake 3.11 has a new AUTOMOC implementation that is breaking QScintilla compilation. https://cmake.org/cmake/help/v3.11/release/3.11.html#autogen It is disabled and QT5_WRAP_CPP used instead. This has been tested with CMake 3.10.2 and 3.13.1. See issue #1361
All the documentation for QScintilla for Qt v4 and Qt v5 (including installation instructions) can be found in doc/html-Qt4Qt5/index.html.