Warning, /network/ktp-accounts-kcm/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
0003 
0004 add_subdirectory (KCMTelepathyAccounts)
0005 
0006 # project (ktp-accounts-kcm)
0007 #
0008 # set (kcm_ktp_accounts_SRCS
0009 #      avatar-button.cpp
0010 #      salut-enabler.cpp
0011 #      salut-message-widget.cpp
0012 #      kcm-telepathy-accounts.cpp
0013 #      add-account-assistant.cpp
0014 #      edit-account-dialog.cpp
0015 #      account-identity-dialog.cpp
0016 #      salut-details-dialog.cpp
0017 #      accounts-list-delegate.cpp
0018 #      edit-display-name-button.cpp
0019 #      change-icon-button.cpp
0020 # )
0021 #
0022 #
0023 # kde4_add_ui_files (kcm_ktp_accounts_SRCS
0024 #                    main-widget.ui
0025 #                    account-identity-dialog.ui
0026 # )
0027 #
0028 # kde4_add_plugin (kcm_ktp_accounts
0029 #                  ${kcm_ktp_accounts_SRCS}
0030 # )
0031 #
0032 # target_link_libraries (kcm_ktp_accounts
0033 #                        ktpaccountskcminternal
0034 #                        ${QT_LIBRARIES}
0035 #                        ${KDE4_KDEUI_LIBS}
0036 #                        ${TELEPATHY_QT4_LIBRARIES}
0037 #                        ${KTP_LIBRARIES}
0038 #                        ${KTP_MODELS_LIBRARIES}
0039 #                        ${KTP_LOGGER_LIBRARIES}
0040 #                        ${KDE4_KIO_LIBS}
0041 # )
0042 #
0043 # # Install:
0044 # install (TARGETS kcm_ktp_accounts
0045 #          DESTINATION ${KDE_INSTALL_PLUGINDIR}
0046 # )
0047 #
0048 # install (FILES kcm_ktp_accounts.desktop
0049 #          DESTINATION ${KDE_INSTALL_KSERVICES5DIR}
0050 # )
0051 #
0052 # install (FILES settings-im-and-voip.desktop
0053 #          DESTINATION ${KDE_INSTALL_KSERVICES5DIR}
0054 # )