mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 11:29:33 +00:00
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
10 lines
119 B
Bash
Executable File
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
|