21 Commits

Author SHA1 Message Date
David Faure
6e0134f3b3 Port to Qt5 (when Qt5 is found, otherwise use Qt4)
The unittests are disabled (because of QSKIP)
and the plugins currently break compilation (because of Q_EXPORT_PLUGIN2)

svn path=/trunk/kdesupport/qca/; revision=1338378
2013-02-07 20:19:00 +00:00
Brad Hards
6fb56b6114 Apply fix from Fabrice Ménard, to improve detection of libgcrypt.
If you previously got "libgcrypt seems to be too old", even with
a really recent libgcrypt, this one is for you.

svn path=/trunk/kdesupport/qca/; revision=752573
2007-12-24 22:57:54 +00:00
Patrick Spendrin
6e9275ebac replaced with version of kdelibs-old one caused cmake error on win32
svn path=/trunk/kdesupport/qca/; revision=705910
2007-08-28 21:33:43 +00:00
Laurent Montel
9dbadfb3d1 Remove not necessary path
svn path=/trunk/kdesupport/qca/; revision=697101
2007-08-06 19:25:31 +00:00
Laurent Montel
0ee9f2b4f9 Don't try to use pkgconfig on win32
svn path=/trunk/kdesupport/qca/; revision=693855
2007-07-29 09:50:49 +00:00
Laurent Montel
334b6612b8 Not try to use pkgconfig on win
svn path=/trunk/kdesupport/qca/; revision=693854
2007-07-29 09:47:29 +00:00
Jonathan Riddell
9b45f191b9 add missing licence file
svn path=/trunk/kdesupport/qca/; revision=693190
2007-07-27 11:46:28 +00:00
Laurent Montel
3ecd37f6b2 Fix when modules is required
svn path=/trunk/kdesupport/qca/; revision=651037
2007-04-06 08:51:15 +00:00
Brad Hards
30a74a6367 Documentation fixes for cmake users.
svn path=/trunk/kdesupport/qca/; revision=644009
2007-03-19 00:22:35 +00:00
Laurent Montel
1974f73661 Fix display message
svn path=/trunk/kdesupport/qca/; revision=642509
2007-03-14 15:31:56 +00:00
Christian Ehrlicher
78406a6651 win32 compile
- update openssl to search for libeay too
- saslservtests needs wsock32
- export CertificateInfoPair to fix qca-openssl linking
- add setenv() to pgpunittest.cpp for win32 - maybe add a check for setenv()

svn path=/trunk/kdesupport/qca/; revision=633918
2007-02-15 19:17:56 +00:00
Brad Hards
6849a3d186 Fix the test for built-in (system) certificate store. We
should only use the provided certs if no system certs
are available.

svn path=/trunk/kdesupport/qca/; revision=615322
2006-12-21 04:18:17 +00:00
Alon Bar-Lev
204251b0d5 pkcs11-helper is now external dependency
svn path=/trunk/kdesupport/qca/; revision=611362
2006-12-07 20:17:50 +00:00
Brad Hards
5cbd52dbd3 Update the NSS module so it has a chance to work, and
drop in a new Botan module.

svn path=/trunk/kdesupport/qca/; revision=609824
2006-12-02 11:49:26 +00:00
Brad Hards
b8be6cbc38 Add forgotten Find module for libgcrypt
svn path=/trunk/kdesupport/qca/; revision=609775
2006-12-02 06:51:37 +00:00
Laurent Montel
d5e3157629 Need to compile under MacOsX
svn path=/trunk/kdesupport/qca/; revision=605686
2006-11-17 19:25:10 +00:00
Laurent Montel
ba66e7a1cd Add "-DWIN32" when we generate moc file under windows
otherwise when we have a #ifdef Q_OS_WIN into .cpp file which
is used to generate moc file, moc doen't know Q_OS_WIN
=> it doesn't generate good moc file.

Thanks Simon to help me.


svn path=/trunk/kdesupport/qca/; revision=605587
2006-11-17 10:39:06 +00:00
Laurent Montel
427a95c8df Now we can compile qca-nss plugins (need mozilla lib)
svn path=/trunk/kdesupport/qca/; revision=594203
2006-10-10 13:47:57 +00:00
Brad Hards
8c08bf89e3 A general cleanup of the cmake support for QCA.
This fixes the problem associated with not being able to
install the bundled certificates.

It also ensures that the plugins get installed into an
appropriate directory.

Note that this does not fix problems associated with
not finding the system certificate stores.


svn path=/trunk/kdesupport/qca/; revision=593549
2006-10-08 06:53:40 +00:00
Laurent Montel
319eca25a9 Try to compile sasl2 plugins
svn path=/trunk/kdesupport/qca/; revision=591494
2006-10-02 15:18:50 +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