mirror of https://github.com/libAthena/athena.git
* Move files around (hopefully fixing pkgbuild
This commit is contained in:
parent
9e6b34bd0a
commit
9687e396f3
|
@ -152,10 +152,8 @@ isEmpty(PREFIX) {
|
|||
|
||||
unix {
|
||||
libFiles.path = $$PREFIX/lib
|
||||
libFiles.files = $$PWD/lib/*.a
|
||||
libFiles.files = $$PWD/lib/*
|
||||
headerFiles.files = $$PWD/include/*
|
||||
headerFiles.path = $$PREFIX/include/Athena
|
||||
pkgconf.files = libAthena.pc
|
||||
pkgconf.path = $$PREFIX/lib/pkgconfig
|
||||
INSTALLS += headerFiles pkgconf libFiles
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue