lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY

This commit is contained in:
Stephan Witt 2013-05-15 10:24:22 +02:00
parent 19418730dd
commit 1f41a4fcfd

View File

@ -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")