summaryrefslogtreecommitdiffstats
path: root/qcextra
blob: fef4f18bcdd44c93d0f78e266a1520a015106c1c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cat >extra.pri <<EOT
target.path=\$\$QT_PATH_PLUGINS/crypto
INSTALLS += target

INSTALL_ROOT = $PREFIX

EOT