You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqca/qcextra

14 lines
181 B

#!/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