]> git.lyx.org Git - lyx.git/commit
Fix detection of private Qt6 headers
authorEnrico Forestieri <forenr@lyx.org>
Mon, 28 Aug 2023 09:03:23 +0000 (11:03 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 28 Aug 2023 09:03:23 +0000 (11:03 +0200)
commit76670a6ab9af0809256dd75cda469a4ded9ab75f
tree28caab25de0b62c4fcdd9e43b37d0f32369a81cd
parentc088cc4413b96fab8fcee2d4f5547d6ddd7fc922
Fix detection of private Qt6 headers

The gui-private is a separate module. Private Qt6 GUI headers
are currently used only with the Windows backend. However they
are needed to port to Qt6 all functionality that was depending
on the -extras modules. For example, all code guarded by the
macro HAVE_QT5_X11_EXTRAS has to be audited and properly replaced
by Qt6 code. See for example 771f30e9 and 17b24cf4.
config/qt.m4