~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to server/control/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 23:43:13 UTC
  • mto: (3.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: package-import@ubuntu.com-20120124234313-ooald4uh9w8jilyw
Tags: upstream-1.7.0
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
########### next target ###############
15
15
 
16
16
set( control_SRCS
17
 
  ${AKONADI_SHARED_SOURCES}
18
17
  agenttype.cpp
19
18
  agentinstance.cpp
20
19
  agentprocessinstance.cpp
47
46
  target_link_libraries(akonadi_control ${QT_QTMAIN_LIBRARY})
48
47
endif (WIN32)
49
48
 
50
 
target_link_libraries(akonadi_control ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${AKONADI_PROTOCOLINTERNALS_LIBS} ${AKONADI_SYSTEM_LIBS})
 
49
target_link_libraries(akonadi_control akonadi_shared ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${AKONADI_PROTOCOLINTERNALS_LIBS} ${AKONADI_SYSTEM_LIBS})
51
50
 
52
51
if(NOT WINCE)
53
52
    target_link_libraries(akonadi_control ${Boost_PROGRAM_OPTIONS_LIBRARY})