qca/plugins/qca-nss/qcextra

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
119 B
Plaintext
Raw Normal View History

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