12 Commits

Author SHA1 Message Date
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
David Faure
57ce5c3bc9 Port to Qt5 by Ivan Romanov <drizt@land.ru>
svn path=/trunk/kdesupport/qca/; revision=1347515
2013-04-02 11:00:43 +00:00
Justin Karneges
499388751c set a good example, by making sure QCA::Initializer is always before
qapp

svn path=/trunk/kdesupport/qca/; revision=958799
2009-04-24 17:59:20 +00: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
Alon Bar-Lev
9f9f2d05d6 QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger fixups
svn path=/trunk/kdesupport/qca/; revision=653605
2007-04-13 19:19:18 +00:00
Brad Hards
492ec1c0a8 Remove the Quality enum from the Random capability, as
discussed with Justin.

It was only really supported by the Botan provider, and
Botan dropped the idea in 1.6.0. Also, it never ensured
that the random number was actually secure.

svn path=/trunk/kdesupport/qca/; revision=620048
2007-01-05 05:22:34 +00:00
Brad Hards
b2aedd5a71 More fixes for issues reported by ICC.
Covers conversion to lower precision value, and
unused code/variable.

I didn't remove the unused function from the botan
part - just noted it.

svn path=/trunk/kdesupport/qca/; revision=535288
2006-04-29 06:45:36 +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
1b318f967f Updates for Qt4
svn path=/trunk/kdesupport/qca/; revision=393959
2005-02-28 23:54:17 +00:00
Brad Hards
41e75b5cd2 Update to work with Qt4.
svn path=/trunk/kdesupport/qca/; revision=393711
2005-02-28 05:08:54 +00:00
Brad Hards
42c7d79d7b Compile fix.
svn path=/trunk/kdesupport/qca/; revision=380728
2005-01-21 10:24:42 +00:00
Brad Hards
ce8a98cdd2 Add test showing how to use Random class
svn path=/trunk/kdesupport/qca/; revision=379700
2005-01-18 11:14:44 +00:00