diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-08-01 18:43:00 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-08-01 18:43:00 (GMT) |
commit | 9801ff66262387672112214de75d53e0871a7720 (patch) | |
tree | 58a14276e715ccc7737c690068b62f706a365449 /notes/CMakeLists.txt | |
parent | 54f68ec7841179659ae311a680063c0e986d8f57 (diff) | |
download | libcalendaring-9801ff66262387672112214de75d53e0871a7720.tar.gz |
removed another bunch of dbus dependencies and compile with --no-undefined to find missing symbols before trying to link something against the installed library.libcalendaring-4.9.0
Diffstat (limited to 'notes/CMakeLists.txt')
-rw-r--r-- | notes/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/CMakeLists.txt b/notes/CMakeLists.txt index 941a324..dcc8fac 100644 --- a/notes/CMakeLists.txt +++ b/notes/CMakeLists.txt @@ -30,7 +30,8 @@ set(akonadinotes_LIB_SRC ) add_library(calendaring-akonadi-notes ${LIBRARY_TYPE} ${akonadinotes_LIB_SRC}) -target_link_libraries(calendaring-akonadi-notes calendaring-kmime ${QT_QTXML_LIBRARY}) +target_link_libraries(calendaring-akonadi-notes calendaring-kmime +${QT_QTXML_LIBRARY} ${QT_QTGUI_LIBRARY}) set_target_properties(calendaring-akonadi-notes PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION}) |