6 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
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
7ce4671489 Merge declarations into the .cpp, and update
qmake buildsystem to match.

Add CMake buildsystem support.

svn path=/trunk/kdesupport/qca/; revision=594727
2006-10-12 05:10:06 +00:00
Brad Hards
91f937adbd Move the KeyLength unit tests to QTestLib and link
them into the test framework.

This is a very trivial test, but it already exists and 
I wanted to clean up the left-over tests.

svn path=/trunk/kdesupport/qca/; revision=522582
2006-03-26 06:08:00 +00:00