8 Commits

Author SHA1 Message Date
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
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Brad Hards
45b7cb1989 Minor cleanups, mostly from Krazy warnings.
svn path=/trunk/kdesupport/qca/; revision=654941
2007-04-17 12:01:26 +00:00
Justin Karneges
a64eb10e8b fixup for QSecureArray/QBigInteger rename
svn path=/trunk/kdesupport/qca/; revision=653620
2007-04-13 20:16:14 +00:00
Brad Hards
3eca248df3 Add a new example, showing how to do a provider
from client side code.

Also a few tweaks to the examples to help with 
Qt4.1 changes.

svn path=/trunk/kdesupport/qca/; revision=503081
2006-01-28 06:54:42 +00:00
Brad Hards
9cc885de56 Minor polishing of this example.
svn path=/trunk/kdesupport/qca/; revision=401198
2005-03-28 08:07:14 +00:00
Brad Hards
0f0bb5a873 Fix ups for Qt4 conversion.
svn path=/trunk/kdesupport/qca/; revision=393968
2005-03-01 01:27:02 +00:00
Brad Hards
c2904b8a1f Add another example - this time for Base64
svn path=/trunk/kdesupport/qca/; revision=375416
2005-01-04 10:44:15 +00:00