fix issue with zlib linkage error when using Qt6

Remove QtZlib include folder from targets
This commit is contained in:
Eugene Chornyi 2022-12-16 21:16:05 +01:00
parent 12e22708aa
commit 26a3a08511

View File

@ -834,6 +834,7 @@ if(LYX_USE_QT MATCHES "QT6|QT5")
if (LYX_USE_QT MATCHES "QT6")
get_target_property(QT_MOC_EXECUTABLE Qt6::moc LOCATION)
find_package(Qt6 COMPONENTS Core5Compat REQUIRED)
list(REMOVE_ITEM Qt6Core5Compat_INCLUDE_DIRS ${_Qt6ZlibPrivate_OWN_INCLUDE_DIRS})
include_directories(${Qt6Core5Compat_INCLUDE_DIRS})
set(QtCore5CompatLibrary Qt6::Core5Compat)
set(QtCore5CompatModule Core5Compat)