4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-04 06:59:33 +00:00

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
Albert Astals Cid
8b171279e9 clazy: enable qstring allocation warning 2020-02-13 01:07:24 +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
Justin Karneges
d80a68190d update to reflect api changes
svn path=/trunk/kdesupport/qca/; revision=646748
2007-03-26 15:40:55 +00:00
Brad Hards
42dda04e57 Only test the keystore capability if we have support
for it. 

This is still a bit rubbishy, because we should be
testing each provider, not just a provider at random.

svn path=/trunk/kdesupport/qca/; revision=609809
2006-12-02 11:26:26 +00:00
Brad Hards
364950b09e Add skeleton for a new unit test, this one covering
the QCA::KeyStore class.

There is something seriously wrong with KeyStore at
the moment, and this test segfaults in the 
constructor.

CCMAIL: justin@affinix.com

svn path=/trunk/kdesupport/qca/; revision=597919
2006-10-22 01:18:57 +00:00