4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 11:29:33 +00:00
Brad Hards 1a1aef19ed Add the second v2 plugin. This one is based on libgcrypt, and the
current version provides SHA1, SHA256, SHA384 and SHA512, as well as some
early work on AES128.

Justin - can you take a look at the qconf stuff, or point me to an
example of one that uses the -config script approach? Basically we
just need to plug in libgcrypt-config --cflags and
libgcrypt-config --libs (and maybe make sure --version is at least
1.2.0).

CCMAIL: delta-affinix.com@lists.affinix.com

svn path=/trunk/kdesupport/qca/; revision=364428
2004-11-20 06:07:03 +00:00

10 lines
119 B
Bash
Executable File

#!/bin/sh
cat >extra.pri <<EOT
target.path=\$\$QT_PATH_PLUGINS/crypto
INSTALLS += target
INSTALL_ROOT = $PREFIX
EOT