]> git.lyx.org Git - lyx.git/commit
Improve detection of Qt6 libs
authorEnrico Forestieri <forenr@lyx.org>
Sat, 16 Oct 2021 17:09:30 +0000 (19:09 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 16 Oct 2021 17:09:30 +0000 (19:09 +0200)
commit4d71d3d8a745269363b6b8db9e59beaac599ad89
tree4de17a307e07368c136f480a35b2c28fa9c8bb6b
parenta29ced557744d6606a7b04f4ed9f45af4c3a6c29
Improve detection of Qt6 libs

We would miss the libraries specified by a full path when
also '-L' flags are present, as we would only take into
account those specified by '-l' flags.
config/qt.m4