.gitmodules 581 B

123456789101112131415
  1. [submodule "doc/ocdoc"]
  2. path = doc/ocdoc
  3. url = https://github.com/owncloud/documentation
  4. [submodule "src/3rdparty/qtmacgoodies"]
  5. path = src/3rdparty/qtmacgoodies
  6. url = https://github.com/guruz/qtmacgoodies.git
  7. [submodule "binary"]
  8. path = binary
  9. url = git://github.com/owncloud/owncloud-client-binary.git
  10. [submodule "src/3rdparty/libcrashreporter-qt"]
  11. path = src/3rdparty/libcrashreporter-qt
  12. url = git://github.com/dschmidt/libcrashreporter-qt.git
  13. [submodule "src/3rdparty/qtkeychain"]
  14. path = src/3rdparty/qtkeychain
  15. url = https://github.com/frankosterfeld/qtkeychain.git