summaryrefslogtreecommitdiffstats
path: root/qcextra
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-11-17 16:31:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-19 18:45:40 +0100
commit6fdf132b37669369a22707de7ce2091c4c5576b9 (patch)
tree55b4d176b0e25f08d06977158ab1e1da1382b9be /qcextra
parent1fd0ee8538c386f61b91a48b40ab3b6290aaa3b1 (diff)
downloadtqca-tls-6fdf132b.tar.gz
tqca-tls-6fdf132b.zip
Drop tqmake build support.
Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 17a1fd91159f59a36eddac7061afe6531143ff01)
Diffstat (limited to 'qcextra')
-rwxr-xr-xqcextra9
1 files changed, 0 insertions, 9 deletions
diff --git a/qcextra b/qcextra
deleted file mode 100755
index fef4f18..0000000
--- a/qcextra
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-cat >extra.pri <<EOT
-target.path=\$\$QT_PATH_PLUGINS/crypto
-INSTALLS += target
-
-INSTALL_ROOT = $PREFIX
-
-EOT