mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
33 lines
789 B
CMake
33 lines
789 B
CMake
if (NOT KDEPIM_ONLY_KLEO)
|
|
|
|
add_subdirectory( tests )
|
|
|
|
macro(install_headers _dir)
|
|
install( DIRECTORY ${_dir} DESTINATION ${INCLUDE_INSTALL_DIR}/KDE )
|
|
endmacro()
|
|
|
|
install_headers( Akonadi )
|
|
install_headers( KHolidays )
|
|
install_headers( KAlarmCal )
|
|
install_headers( KABC )
|
|
if (NOT KDEPIM_NO_KCAL)
|
|
install_headers( KBlog )
|
|
install_headers( KCal )
|
|
endif()
|
|
install_headers( KCalCore )
|
|
install_headers( KCalUtils )
|
|
install_headers( KIMAP )
|
|
install_headers( KLDAP )
|
|
install_headers( KMime )
|
|
install_headers( KontactInterface )
|
|
install_headers( KPIMIdentities )
|
|
install_headers( KPIMUtils )
|
|
if (NOT KDEPIM_NO_KRESOURCES)
|
|
install_headers( KResources )
|
|
endif()
|
|
install_headers( KTNEF )
|
|
install_headers( Mailtransport )
|
|
install_headers( Syndication )
|
|
install_headers( KPIMTextEdit )
|
|
|
|
endif()
|