You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kpilot/lib/CMakeLists.txt

48 lines
1.2 KiB

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
tde_import( libkmime )
tde_import( ktnef )
tde_import( libkcal )
##### kpilot (shared) ###########################
tde_add_library( kpilot SHARED AUTOMOC
SOURCES kpilotlibSettings.kcfgc options.cpp plugin.cpp syncAction.cpp
kpilotlink.cpp kpilotdevicelink.cpp kpilotlocallink.cpp actions.cpp
actionQueue.cpp pilot.cpp pilotAppInfo.cpp pilotRecord.cpp pilotDatabase.cpp
pilotLocalDatabase.cpp pilotSerialDatabase.cpp pilotMemo.cpp pilotAddress.cpp
pilotDateEntry.cpp pilotTodoEntry.cpp
LINK tdeui-shared tdecore-shared tdeio-shared tdeabc-shared kcal-shared
${PILOTLINK_LIBRARIES}
VERSION 0.0.0
DESTINATION ${LIB_INSTALL_DIR}
)
##### other data ################################
install( FILES kpilotlib.kcfg
DESTINATION ${KCFG_INSTALL_DIR}
)
install(
FILES
kpilotlink.h kpilotlocallink.h kpilotdevicelink.h pilot.h pilotDatabase.h
pilotLinkVersion.h pilotLocalDatabase.h pilotRecord.h pilotSerialDatabase.h
plugin.h pluginfactory.h syncAction.h
DESTINATION
${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}
)