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)
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.
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
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