diff options
Diffstat (limited to 'notes')
-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}) |