4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 19:39:33 +00:00
Albert Astals Cid f62a8ee8f7 Run clang-format
find . \( -name "*.cpp" -or -name "*.h"  -or -name "*.c"  -or -name "*.cc" \) -exec clang-format -i {} \;

If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
2020-09-07 02:13:47 +02:00
..
2007-10-12 00:51:03 +00:00
2020-09-07 02:13:47 +02:00
2007-10-12 00:51:03 +00:00

QCA Cyrus SASL plugin version 2.0.0
-----------------------------------
Date: October 11th, 2007
Website: http://delta.affinix.com/qca/
Mailing List: Delta Project <delta@lists.affinix.com>

Author: Justin Karneges <justin@affinix.com>

This plugin provides features based on Cyrus SASL version 2.

Requirements:
  Cyrus SASL 2.x (libsasl2)

Installing
----------

For Unix/Linux/Mac:

  ./configure
  make
  make install

For Windows:

  configwin rd
  qmake
  nmake (or make)
  copy lib\*.dll qtdir\plugins\crypto