diff options
author | Christopher Walker <kris240376@gmail.com> | 2017-01-26 20:50:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:08 +0700 |
commit | 8429aa33aafabbb43008416c85839aa6567119c0 (patch) | |
tree | c70abaa71005ffbb694a9c9e3fd67d45db7823a4 /network/owncloud-client/README | |
parent | 066b0b5a9efdf61f6ed1b444c5aedc4b5e3ba2f1 (diff) | |
download | slackbuilds-8429aa33aafabbb43008416c85839aa6567119c0.tar.gz |
network/owncloud-client: Improved qt4/qt5 compatibility.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/README')
-rw-r--r-- | network/owncloud-client/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/network/owncloud-client/README b/network/owncloud-client/README index 8df71fadbb..ab890e7935 100644 --- a/network/owncloud-client/README +++ b/network/owncloud-client/README @@ -4,10 +4,13 @@ ownCloud server, and always have your latest files wherever you are. Make a change to the files on one computer, it will flow across the others using the desktop sync clients. -This package will build against qt5 libraries if they are present on your -system. This will cause issue with qtkeychain as it will build against qt4 -by default. One way to work around this is to uninstall qt5 before building -the owncloud-client package. - This package optionally requires the Sphinx package in order to create its man pages. + +Note: You must build this package against the same version of Qt that + qtkeychain was built against. This package will automatically build + against qt4. If you wish to build this package against qt5 then you + must set the flag BUILD_WITH_QT4 to 'No' when building this package. + For example: + + # BUILD_WITH_QT4=No ./owncloud-client.SlackBuild |