8 Commits

Author SHA1 Message Date
Albert Astals Cid
8b171279e9 clazy: enable qstring allocation warning 2020-02-13 01:07:24 +01:00
Albert Astals Cid
0398e228de Add clang-tidy to the clazy CI 2020-01-30 16:55:33 +01:00
Albert Astals Cid
dbef5838d4 Enable QT_NO_SIGNALS_SLOTS_KEYWORDS 2020-01-22 19:31:28 +01:00
Ivan Romanov
ac8b8acd37 dropped fixpaths.include
Use qt.conf to set plugin paths for unittests and qcatool in buildtree
2014-09-25 14:27:44 +06: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
2d3456d695 make sure we have appropriate provider support before
trying certificate ops.

sorry for the random whitespace changes.

svn path=/trunk/kdesupport/qca/; revision=655442
2007-04-18 11:21:04 +00:00
Brad Hards
ad821c97cf Use "pkcs12" feature string instead of the old "pix" label.
Also check that PKCS12 support is available before trying
to use it in the constructor that takes a filename.

svn path=/trunk/kdesupport/qca/; revision=597049
2006-10-19 09:51:21 +00:00
Brad Hards
df5fc3d380 Add a new unit test, this time for the KeyBundle class.
I think this one has pretty good test coverage, however
it is causing the OpenSSL provider to segfault. Looks
like an bug in the provider rather than the unit test though.

svn path=/trunk/kdesupport/qca/; revision=597003
2006-10-19 06:00:57 +00:00