source:
qca/trunk/qcextra@
189
Last change on this file since 189 was 24, checked in by , 19 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | cat >extra.pri <<EOT |
4 | target.path=$PREFIX/lib |
5 | INSTALLS += target |
6 | |
7 | incfiles.path=$PREFIX/include |
8 | incfiles.files=src/qca.h |
9 | INSTALLS += incfiles |
10 | |
11 | INSTALL_ROOT = $PREFIX |
12 | |
13 | EOT |
Note:
See TracBrowser
for help on using the repository browser.