File indexing completed on 2025-11-02 04:38:06

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