20 Commits

Author SHA1 Message Date
Albert Astals Cid
d71f4c279b Drop Qt4 support 2020-01-19 17:19:23 +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
e2ff4f0a61 new cmake option DEVELOPER_MODE
DEVELOPER_MODE is designed for various developer issues. Now this mode
forced to use plugins only from build tree. To avoid excess plugins
from system QCA. Also now not need to set QT_PLUGIN_PATH to use plugins
from QCA build tree.
2014-01-07 04:47:18 +06:00
Ivan Romanov
e5ec390625 fix hardcoded plugins path for unittests 2014-01-07 00:24:49 +06:00
Ivan Romanov
01e2b1d1cd enabled filewatchunittest
also fixed cmake building of this unittest
2014-01-03 19:34:19 +06:00
Ivan Romanov
c7ccfc6749 dropped randomunittest
Captain Obvious suggests no way to check random numbers.
2013-11-18 02:11:22 +06:00
Ivan Romanov
034f873f68 use Qt5 C++ flags for examples, tools and unittests 2013-08-30 20:22:59 +06:00
Ivan Romanov
be81ce4bd5 enable examples and unittests for Qt5
svn path=/trunk/kdesupport/qca/; revision=1348032
2013-04-05 06:48:10 +00:00
Christian Ehrlicher
ba2ed4770f properly set up compile flags (QT_DEBUG/QT_NO_DEBUG, ...) to make sure that the plugins have the correct Q_PLUGIN_VERIFICATION_DATA
BUG: 176440

svn path=/trunk/kdesupport/qca/; revision=903248
2008-12-30 10:05:59 +00:00
Brad Hards
67e657c652 Enable the PGP unit test, matching qmake.
svn path=/trunk/kdesupport/qca/; revision=695889
2007-08-03 08:07:39 +00:00
Brad Hards
68ff3782fa Add in a test for the QPipe classes - this doesn't work yet.
In fact, it segfaults.

It looks like there is a problem in the way QPipe is set up.
Valgrind or gdb shows the problem.

CCMAIL: justin@affinix.com

svn path=/trunk/kdesupport/qca/; revision=685983
2007-07-10 09:10:32 +00:00
Brad Hards
b796b86701 Add a new unit test, for testing the two metatype
functions added by QCA.

svn path=/trunk/kdesupport/qca/; revision=670968
2007-06-03 09:47:56 +00:00
Christian Ehrlicher
cfc6506474 add CMakeLists.txt for examples/tlssocket
but can't create a valid one for filewatchunittest :(

svn path=/trunk/kdesupport/qca/; revision=668004
2007-05-24 18:55:45 +00:00
David Faure
42f28eb6d8 Comment out non-working test (like in the .pro file)
svn path=/trunk/kdesupport/qca/; revision=646963
2007-03-26 23:29:56 +00:00
Brad Hards
5a293c84c1 Add in a new unit test, this one for PGP.
At the moment, this just check the keystore
functionality. It also doesn't work too well
for the case where there are no public keys.
However I think this is a problem with the 
provider, not with the tests.

svn path=/trunk/kdesupport/qca/; revision=614289
2006-12-17 07:25:46 +00:00
Brad Hards
400e8e3b4a resort.
svn path=/trunk/kdesupport/qca/; revision=610427
2006-12-04 09:59:18 +00:00
Laurent Montel
727d9a13a6 Add missing directory
svn path=/trunk/kdesupport/qca/; revision=599202
2006-10-26 08:43:42 +00:00
Brad Hards
07f89e03ba Add a new unit test for the RFC3546 SNI extension.
Also enable the base64 unit test, which was previously
commented out pending the completion of the CMake port

svn path=/trunk/kdesupport/qca/; revision=594798
2006-10-12 11:00:44 +00:00
Laurent Montel
62426004d5 Commit cmakelists.txt but it doesn't want to link
svn path=/trunk/kdesupport/qca/; revision=591441
2006-10-02 12:32:39 +00:00
Laurent Montel
48157e0d49 Merge my patch and duncan patch
CCMAIL: duncan@kde.org

Now we can compile qca with cmake
Need to fix plugins compile and unitest and other small error.

svn path=/trunk/kdesupport/qca/; revision=591302
2006-10-02 09:59:51 +00:00