diff options
author | gregory guy <[email protected]> | 2020-11-17 16:09:59 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-19 18:42:35 +0100 |
commit | 32f7f9bf4a67de6c9fb293baaa808e2c2c1c79d1 (patch) | |
tree | 1f22de3a2c944a972d8330957befcf7d8da4af90 /qcextra | |
parent | f2f4e85d797e7134d4b17e1020d5f5aebfc511cf (diff) | |
download | tqca-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-x | qcextra | 13 |
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 |