File indexing completed on 2024-05-05 04:45:02

0001 #!/bin/sh
0002 
0003 cat >extra.pri <<EOT
0004 target.path=\$\$QT_PATH_PLUGINS/crypto
0005 INSTALLS += target
0006 
0007 INSTALL_ROOT = $PREFIX
0008 
0009 EOT