Warning, /office/kmymoney/3rdparty/ext_applications/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(EXT_INSTALL_DIR_applications "${EXT_INSTALL_DIR}")
0002 
0003 ExternalProject_Add(
0004   ext_akonadi
0005   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0006   URL https://download.kde.org/stable/applications/18.08.2/src/akonadi-18.08.2.tar.xz
0007   URL_MD5 bff15765460e954105217831f2786dc2
0008 
0009   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0010 
0011   DEPENDS ext_sharedmimeinfo ext_boost ext_xslt ext_kcompletion ext_kconfig ext_kconfigwidgets ext_kcoreaddons ext_kdbusaddons ext_ki18n ext_kiconthemes ext_kitemmodels ext_kitemviews ext_kio ext_kwidgetsaddons ext_kwindowsystem ext_kxmlgui ext_kcrash
0012 )
0013 
0014 ExternalProject_Add(
0015   ext_kpimtextedit
0016   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0017   URL https://download.kde.org/stable/applications/18.08.2/src/kpimtextedit-18.08.2.tar.xz
0018   URL_MD5 a360356a13ea0ee0f179fa28f267c1d8
0019 
0020   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0021 
0022   DEPENDS ext_kcodecs ext_kconfig ext_kconfigwidgets ext_kcoreaddons ext_kemoticons ext_ki18n ext_kiconthemes ext_kio ext_sonnet ext_syntaxhighlighting ext_kwidgetsaddons ext_kxmlgui ext_grantlee
0023 )
0024 
0025 ExternalProject_Add(
0026   ext_kidentitymanagement
0027   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0028   URL https://download.kde.org/stable/applications/18.08.2/src/kidentitymanagement-18.08.2.tar.xz
0029   URL_MD5 c7061788d60a167a3ef92cb5fd7a3ddd
0030 
0031   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0032 
0033   DEPENDS ext_kcoreaddons ext_kcompletion ext_ktextwidgets ext_kxmlgui ext_kio ext_kconfig ext_kcodecs ext_kiconthemes ext_kpimtextedit
0034 )
0035 
0036 ExternalProject_Add(
0037   ext_kcontacts
0038   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0039   URL https://download.kde.org/stable/applications/18.08.2/src/kcontacts-18.08.2.tar.xz
0040   URL_MD5 9686d42582cdf6b2a931d2ae036c1433
0041 
0042   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0043 
0044   DEPENDS ext_kcoreaddons ext_ki18n ext_kconfig ext_kcodecs
0045 )