Le 05/07/2016 à 12:02, Jean-Marc Lasgouttes a écrit :
commit d044986724e98921510c95adecb61d2688b1f598
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Mon Jul 4 16:22:57 2016 +0200
Autoconf : Try to select the correct Qt tools by using the -qt option
With this change, it is now possible to configure with --enable-qt5
and have make use "moc -qt=qt5" automatically.
This is done when the command qtchooser is available nd the desired Qt
version (qt4/qt5) is available.
This means that it is now possible to have qt4 and qt5 builds easily
on a same linux system.
If this proves to work correctly (i.e. if --enable-qt5 is all it takes
to switch from Qt4 to Qt5), then this should eventually go to 2.2.x (no
hurry).
JMarc