lyx_mirror/development
Kornel Benko 889d10cda3 Cmake build: Adapt to compile with qt5.11
Since qt5_use_modules() is removed from QT5 (as spotted
by Jürgen Spitzmüller), we had to create own version
of this macro.

According to this page:
http://doc.qt.io/qt-5/cmake-manual.html
the way to replace use of qt5_use_modules() for module "_mod" and target "_target"
is to use
  1.) cmake_minimum_required(VERSION 3.1.0)
  2.) find_package(Qt5${_mod} CONFIG REQUIRED)
  3.) target_link_libraries(${_target} Qt5::${_mod})
The last one sets all reguired libraries, compile flags and needed includes for the ${_target}

Disable possible warn about not known policy

Extend Clang compiler detection to cover Apple CLang

(cherry picked from commit d6b21e20e2)
(cherry picked from commit 72a2f92239)
(cherry picked from commit 6343452a73)
(cherry picked from commit cb08d4a879)
(cherry picked from commit 1bf4d7b0fc)
2018-06-20 00:09:19 +02:00
..
attic Repeat after me: into account, into account, into account 2015-09-27 21:38:20 +02:00
autotests ctests: invert for new ru example_lyxified.lyx 2018-01-18 00:03:05 -05:00
checksigs Keep track of signatures stored on ftp server. 2017-02-16 12:54:43 -08:00
checkurls Cmake url tests: Add special handling for some ftp-urls 2016-01-05 17:27:49 +01:00
CI Add script for CI job to check git log for non @lyx.org-adressses 2017-07-30 20:28:42 +02:00
cmake Cmake build: Adapt to compile with qt5.11 2018-06-20 00:09:19 +02:00
coding Example Emacs configuration 2015-10-01 22:06:01 +01:00
cygwin Update preference format for cygwin and Win 2017-10-27 13:00:02 -04:00
HTML
keystest
lyxserver
MacOSX add inkscape wrapper script for Mac OS 2017-10-03 20:07:35 +02:00
mathmacros Remove spurious body tags in macro test file. 2016-12-01 10:15:12 +01:00
tools lyx-build: check sig in case one really uses download instead of local tarball. 2018-06-19 23:58:19 +02:00
Win32 Win installer: convert all files to Unicode 2018-02-18 15:52:57 +01:00
.gitignore
coverity_modeling.cpp Model lyx_exit() to tell coverity what it does 2017-03-31 16:51:02 +02:00
expectedTestFailures
FORMAT Collapsable -> Collapsible (part 1) 2017-10-16 11:22:13 +02:00
gcc_4.6.patchset Add patcheset for building with gcc 4.6. 2017-11-17 13:58:49 +01:00
LyX-Mac-binary-release.sh Add Qt-based fallback-converter for Mac to compensate missing ImageMagick convert utility 2017-10-03 20:10:29 +02:00
lyx.package.README
lyx.rpm.README
lyx.spec.in Update the spec file template 2014-12-08 13:15:06 +01:00
Makefile.am Win installer: convert all files to Unicode 2018-02-18 15:52:57 +01:00
PAINTING_ANALYSIS Remove row crc computation 2018-02-15 12:29:25 +01:00
TestsToDo Add Georg's idea for lyx2lyx tests to TestsToDo 2015-11-01 20:06:04 -05:00