source: qca/trunk/qcextra@ 189

Last change on this file since 189 was 24, checked in by dmik, 19 years ago

QCA: Imported original QCA 1.0 sources from Affinix

File size: 181 bytes
Line 
1#!/bin/sh
2
3cat >extra.pri <<EOT
4target.path=$PREFIX/lib
5INSTALLS += target
6
7incfiles.path=$PREFIX/include
8incfiles.files=src/qca.h
9INSTALLS += incfiles
10
11INSTALL_ROOT = $PREFIX
12
13EOT
Note: See TracBrowser for help on using the repository browser.