Warning, /network/kio-gdrive/README.packagers is written in an unsupported language. File is not indexed.
0001 Backend selection 0002 ================= 0003 0004 By default, KIO GDrive looks for kaccounts-integration. If it gets found, 0005 the KAccounts backend gets built. Otherwise, the QtKeychain backend is used 0006 as fallback (in which case qtkeychain becomes a required dependency). 0007 It is possible to disable the KAccounts integration (which again, makes 0008 qtkeychain a required dependency) with the following cmake switch: 0009 0010 cmake -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts=ON .. 0011 0012 Implicit dependency on file managers 0013 ===================================== 0014 0015 KIO GDrive requires a KIO-enabled file manager at runtime, 0016 otherwise there is no way to setup a Google Drive account. 0017 This can be Dolphin or Gwenview or Konqueror. 0018 0019 The slave installs a .desktop file that enables integration with 0020 the Dolphin's Places panel and the Plasma's Folder View widget.