]> git.lyx.org Git - lyx.git/commit
Fix configure with Qt 6.1
authorEnrico Forestieri <forenr@lyx.org>
Tue, 15 Jun 2021 09:40:27 +0000 (11:40 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 15 Jun 2021 09:40:27 +0000 (11:40 +0200)
commitf60b23cbc11f92eba7b14d371bcb2625a0fda998
tree82d032fc18499d4cc0ed40084a8021e475fac1c4
parenta9c6fb0c19f5a3eb884262bd37f7efdac035a20b
Fix configure with Qt 6.1

Since Qt 6.1 the moc, rcc, and uic compilers are not installed
in the bin dir anymore. We ask qmake for their location and
record them with full path so that it is not necessary thinkering
with the PATH variable.
config/qt.m4