mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 20:26:50 +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()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(check_layout support ${intl_link}
|
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})
|
${ZLIB_LIBRARY} ${ICONV_LIBRARY})
|
||||||
add_dependencies(lyx_run_tests check_layout)
|
add_dependencies(lyx_run_tests check_layout)
|
||||||
set_target_properties(check_layout PROPERTIES FOLDER "tests/src")
|
set_target_properties(check_layout PROPERTIES FOLDER "tests/src")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user