mirror of
https://github.com/libAthena/athena.git
synced 2025-05-14 11:21:36 +00:00
* Final try
This commit is contained in:
parent
9687e396f3
commit
aa470ce582
@ -152,7 +152,7 @@ isEmpty(PREFIX) {
|
|||||||
|
|
||||||
unix {
|
unix {
|
||||||
libFiles.path = $$PREFIX/lib
|
libFiles.path = $$PREFIX/lib
|
||||||
libFiles.files = $$PWD/lib/*
|
libFiles.files = $$PWD/lib/libAthena.a $$PWD/lib/*
|
||||||
headerFiles.files = $$PWD/include/*
|
headerFiles.files = $$PWD/include/*
|
||||||
headerFiles.path = $$PREFIX/include/Athena
|
headerFiles.path = $$PREFIX/include/Athena
|
||||||
INSTALLS += headerFiles pkgconf libFiles
|
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…
x
Reference in New Issue
Block a user