mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend(4) 580dea63
: get rid of Qt4 code also in cmake build
This commit is contained in:
parent
4cf7a1f6d9
commit
431379615e
@ -62,10 +62,6 @@ endmacro(LYX_ADD_UI_FILES)
|
|||||||
|
|
||||||
|
|
||||||
macro(LYX_AUTOMOC)
|
macro(LYX_AUTOMOC)
|
||||||
if (QT4_GET_MOC_INC_DIRS)
|
|
||||||
QT4_GET_MOC_INC_DIRS(_moc_INCS)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(_matching_FILES)
|
set(_matching_FILES)
|
||||||
foreach (_current_FILE ${ARGN})
|
foreach (_current_FILE ${ARGN})
|
||||||
|
|
||||||
|
@ -36,10 +36,6 @@ if(LYX_BUNDLE)
|
|||||||
endif()
|
endif()
|
||||||
install_qt_plugin("Qt5::QCocoaIntegrationPlugin")
|
install_qt_plugin("Qt5::QCocoaIntegrationPlugin")
|
||||||
endif()
|
endif()
|
||||||
else()
|
|
||||||
# With QT4, just copy all the plugins
|
|
||||||
file(GLOB QT_PLUGIN_DIRECTORIES "${QT_PLUGINS_DIR}/*")
|
|
||||||
install(DIRECTORY ${QT_PLUGIN_DIRECTORIES} DESTINATION "${qtplugin_dest_dir}/plugins/" COMPONENT Runtime)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install code does the following:
|
# Install code does the following:
|
||||||
|
Loading…
Reference in New Issue
Block a user