summaryrefslogtreecommitdiffstats
path: root/qcextra
diff options
context:
space:
mode:
Diffstat (limited to 'qcextra')
-rwxr-xr-xqcextra9
1 files changed, 9 insertions, 0 deletions
diff --git a/qcextra b/qcextra
new file mode 100755
index 0000000..fef4f18
--- /dev/null
+++ b/qcextra
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cat >extra.pri <<EOT
+target.path=\$\$QT_PATH_PLUGINS/crypto
+INSTALLS += target
+
+INSTALL_ROOT = $PREFIX
+
+EOT