mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Amend 771f30e9
for cmake
This commit is contained in:
parent
3048878eab
commit
e8b366d4d6
@ -31,6 +31,10 @@ include_directories(
|
||||
${QT_INCLUDES}
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
if (LYX_USE_QT MATCHES "QT6")
|
||||
include_directories(${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
if(LYX_MERGE_FILES)
|
||||
lyx_const_touched_files(_allinone frontends_qt_sources)
|
||||
set(depends_moc_uic ${frontends_qt_headers} ${ui_files})
|
||||
|
Loading…
Reference in New Issue
Block a user