mirror of https://github.com/libAthena/athena.git
* Final try
This commit is contained in:
parent
9687e396f3
commit
aa470ce582
|
@ -152,7 +152,7 @@ isEmpty(PREFIX) {
|
|||
|
||||
unix {
|
||||
libFiles.path = $$PREFIX/lib
|
||||
libFiles.files = $$PWD/lib/*
|
||||
libFiles.files = $$PWD/lib/libAthena.a $$PWD/lib/*
|
||||
headerFiles.files = $$PWD/include/*
|
||||
headerFiles.path = $$PREFIX/include/Athena
|
||||
INSTALLS += headerFiles pkgconf libFiles
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
prefix=/usr
|
||||
includedir=${prefix}/include
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: libAthena
|
||||
Description: Basic cross platform IO library
|
||||
Version: 1.0.0
|
||||
Cflags: -I${includedir}/Athena -std=c++11
|
||||
Libs: -L${libdir} -lAthena
|
||||
Requires: zlib
|
Loading…
Reference in New Issue