File indexing completed on 2024-12-22 04:29:26
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
File indexing completed on 2024-12-22 04:29:26
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