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