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