From 1f41a4fcfdbf079cb60d8a597e8aaba0c1447e87 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Wed, 15 May 2013 10:24:22 +0200 Subject: [PATCH] lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY --- src/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d82c4ff79b..d5e5ceb7ad 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -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")