mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 14:29:21 +00:00
lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY
This commit is contained in:
parent
19418730dd
commit
1f41a4fcfd
@ -24,7 +24,7 @@ else()
|
||||
endif()
|
||||
|
||||
target_link_libraries(check_layout support ${intl_link}
|
||||
${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY}
|
||||
${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
|
||||
${ZLIB_LIBRARY} ${ICONV_LIBRARY})
|
||||
add_dependencies(lyx_run_tests check_layout)
|
||||
set_target_properties(check_layout PROPERTIES FOLDER "tests/src")
|
||||
|
Loading…
Reference in New Issue
Block a user