qca/plugins/qca-nss/qcextra
Brad Hards b930e3f961 Initial checkin of another provider. This one
is based on Mozilla NSS.

svn path=/trunk/kdesupport/qca/; revision=506622
2006-02-07 10:14:33 +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