Le 14/09/2015 09:04, Jean-Marc Lasgouttes a écrit :
Le 14/09/2015 03:34, Guillaume Munch a écrit :
For the record, if Scott's indication on using CMake is not suitable, I
had to ./configure in Ubuntu as follows:
./configure --enable-qt5 --with-qt-dir=/usr/lib/x86_64-linux-gnu/qt5
--with-qt-libraries=/usr/lib/x86_64-linux-gnu/qt5
--with-qt-includes=/usr/include/x86_64-linux-gnu/qt5
Note the separate paths for libraries and includes, maybe Fedora makes
the same distinction. Maybe something would have to be fixed with the
autotools configuration.
What is the file layout in /usr/lib/x86_64-linux-gnu/qt5?
/usr/lib/x86_64-linux-gnu/qt5$ ls
bin libexec mkspecs plugins qml
Also, one can put qt5 in hi-dpi mode with:
QT_DEVICE_PIXEL_RATIO=2 lyx
Then one can see for oneself that certain elements of the buffer view
are scaled, other are left at 1px (at least in Linux). I don't have the
colliding widgets though.