On 29/10/2018 09:53, Kornel Benko wrote:
Am Montag, 29. Oktober 2018 09:15:19 CET schrieb Daniel <xraco...@gmx.de>:
Seems like everything is building fine now. I'll send the steps I took
in a bit. Two things I noticed:
1. When running CMake "Configure" and the Qt directory is *not* found,
then LYX_USE_QT is changed from "AUTO" to "QT4". My guess is that it
should either stay on "AUTO" or change to "QT5" (since this is the
recommended/default version) in this situation, if possible.
No, this value goes to the cache and has to be QT4 or QT5 to be valid.
AUTO is used only the very first time.
The change to QT4 is done, because QT5 is not found (which is examined first).
Okay, so just an odd behaviour of CMake nothing can be done about. (Odd
because it chooses the version it does not find that is least preferable
by search order.)
Daniel