mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Amend 3df9525a
, extend build info in Help>About
Add also the qt-version and paths of sysdir and the lyx executable to the build info
This commit is contained in:
parent
3df9525a13
commit
16802a7617
@ -1096,6 +1096,10 @@ set(VERSION_INFO "${VERSION_INFO}\\n C++ Compiler user flags: ${CMAKE_CXX_FLAGS
|
|||||||
else()
|
else()
|
||||||
set(VERSION_INFO "${VERSION_INFO}\\n C++ Compiler user flags: ${CMAKE_CXX_FLAGS_RELEASE}")
|
set(VERSION_INFO "${VERSION_INFO}\\n C++ Compiler user flags: ${CMAKE_CXX_FLAGS_RELEASE}")
|
||||||
endif()
|
endif()
|
||||||
|
set(VERSION_INFO "${VERSION_INFO}\\n Qt version: ${QTVERSION}")
|
||||||
|
set(VERSION_INFO "${VERSION_INFO}\\n LyX binary dir: ${CMAKE_INSTALL_PREFIX}/${LYX_UTILITIES_INSTALL_PATH}")
|
||||||
|
get_data_destination(dest_data)
|
||||||
|
set(VERSION_INFO "${VERSION_INFO}\\n LyX files dir: ${CMAKE_INSTALL_PREFIX}/${dest_data}")
|
||||||
|
|
||||||
|
|
||||||
configure_file(${LYX_CMAKE_DIR}/config.h.cmake ${TOP_BINARY_DIR}/config.h)
|
configure_file(${LYX_CMAKE_DIR}/config.h.cmake ${TOP_BINARY_DIR}/config.h)
|
||||||
|
Loading…
Reference in New Issue
Block a user