summaryrefslogtreecommitdiffstats
path: root/qcextra
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 01:35:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 01:35:15 -0600
commitdbc765a8f2741cfb6d90557c8e96414a61174926 (patch)
treed16be000ffc5c3733b2856486febcdd526077e9e /qcextra
downloadtqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.tar.gz
tqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.zip
Initial import
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