summaryrefslogtreecommitdiffstats
path: root/qcextra
diff options
context:
space:
mode:
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