]> git.lyx.org Git - lyx.git/commit
Autoconf : Try to select the correct Qt tools by using the -qt option
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 Jul 2016 14:22:57 +0000 (16:22 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 5 Jul 2016 10:01:13 +0000 (12:01 +0200)
commitd044986724e98921510c95adecb61d2688b1f598
tree7f9efc7100d7ea37240ea2b040c0cb2cdf9dbabb
parent6a598b3d12f36ac836416b79a9daffbc5bf23933
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.
config/qt4.m4