mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat >extra.pri <<EOT
|
|
target.path=\$\$QT_PATH_PLUGINS/crypto
|
|
INSTALLS += target
|
|
|
|
INSTALL_ROOT = $PREFIX
|
|
|
|
EOT
|