summaryrefslogtreecommitdiffstats
path: root/qcextra
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-11-17 16:09:59 +0100
committerSlávek Banko <[email protected]>2020-11-19 18:42:35 +0100
commit32f7f9bf4a67de6c9fb293baaa808e2c2c1c79d1 (patch)
tree1f22de3a2c944a972d8330957befcf7d8da4af90 /qcextra
parentf2f4e85d797e7134d4b17e1020d5f5aebfc511cf (diff)
downloadtqca-32f7f9bf4a67de6c9fb293baaa808e2c2c1c79d1.tar.gz
tqca-32f7f9bf4a67de6c9fb293baaa808e2c2c1c79d1.zip
Drop tqmake build support.
Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 870f842909963dee7573d1ce55ded21d33f4a368)
Diffstat (limited to 'qcextra')
-rwxr-xr-xqcextra13
1 files changed, 0 insertions, 13 deletions
diff --git a/qcextra b/qcextra
deleted file mode 100755
index c02ba66..0000000
--- a/qcextra
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-cat >extra.pri <<EOT
-target.path=$PREFIX/lib
-INSTALLS += target
-
-incfiles.path=$PREFIX/include
-incfiles.files=src/qca.h
-INSTALLS += incfiles
-
-INSTALL_ROOT = $PREFIX
-
-EOT