mirror of
https://github.com/libAthena/athena.git
synced 2025-07-03 03:36:04 +00:00
change target to libFiles
This commit is contained in:
parent
7a25836c8e
commit
72ea5f0c13
@ -151,11 +151,11 @@ isEmpty(PREFIX) {
|
||||
}
|
||||
|
||||
unix {
|
||||
target.path = $$PREFIX/lib
|
||||
target.files = $$PWD/lib/*.a
|
||||
libFiles.path = $$PREFIX/lib
|
||||
libFiles.files = $$PWD/lib/*.a
|
||||
headerFiles.files = $$PWD/include/*
|
||||
headerFiles.path = $$PREFIX/include/Athena
|
||||
pkgconf.files = libAthena.pc
|
||||
pkgconf.path = $$PREFIX/lib/pkgconfig
|
||||
INSTALLS += target headerFiles pkgconf
|
||||
INSTALLS += libFiles headerFiles pkgconf
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user