From 7a25836c8e7dba93c59f5e9a6b117023e1718f28 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 28 Sep 2014 21:55:37 -0700 Subject: [PATCH] * Actually fix install --- Athena.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Athena.pro b/Athena.pro index 6b3338d..4926c60 100644 --- a/Athena.pro +++ b/Athena.pro @@ -152,7 +152,7 @@ isEmpty(PREFIX) { unix { target.path = $$PREFIX/lib - target.files = $$PWD/lib/* + target.files = $$PWD/lib/*.a headerFiles.files = $$PWD/include/* headerFiles.path = $$PREFIX/include/Athena pkgconf.files = libAthena.pc