# Original: git://anongit.kde.org/scratch/cordlandwehr/kdesrc-conf-android.git
# Adjust all these settings at will

global

  source-dir #replace#
  build-dir #replace#
  kdedir #replace#

  branch-group kf5-qt5

  git-repository-base kde-projects kde:

  cmake-options -DCMAKE_TOOLCHAIN_FILE=#replace#

  cxxflags -D__ANDROID_API__=#replace#

  make-options -j8

end global

# avoid toolchain parameter recursion
options extra-cmake-modules
   cmake-options -DCMAKE_TOOLCHAIN_FILE=#replace-ecm#
end options

# required for i18n localization building
# provides alternative to gettext, which is not available with Bionic
module libintl-lite
    repository https://github.com/j-jorge/libintl-lite.git
end module
