Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Vandecasteele <tim.vandecasteele@gmail.com>2014-09-12 13:25:52 +0400
committerTim Vandecasteele <tim.vandecasteele@gmail.com>2014-09-12 16:24:26 +0400
commitf3cc614427adca8aaafbe5199805803d8bd9907d (patch)
treec71eefeb2e91c6a6b42ef2ddf14a40f2a50e41b3 /.gitmodules
parentfef37b0222df167e49bb3ac4d42e4945d41f086b (diff)
Fix apple build.
The apple build was broken because the elseif in the CMakeLists is never triggered. Some code was not properly adapted for the new qtmacgoodies. Some paths were not adapted to new split.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index ffec18175..208d31911 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,7 @@
url = https://github.com/owncloud/documentation
[submodule "src/3rdparty/qtmacgoodies"]
path = src/3rdparty/qtmacgoodies
- url = git://github.com/guruz/qtmacgoodies.git
+ url = git://github.com/shadone/qtmacgoodies.git
[submodule "binary"]
path = binary
url = git://github.com/owncloud/owncloud-client-binary.git