Update Athena.pro

This commit is contained in:
Phillip 2014-09-28 22:24:05 -07:00
parent 72ea5f0c13
commit 9e6b34bd0a
1 changed files with 1 additions and 1 deletions

View File

@ -157,5 +157,5 @@ unix {
headerFiles.path = $$PREFIX/include/Athena
pkgconf.files = libAthena.pc
pkgconf.path = $$PREFIX/lib/pkgconfig
INSTALLS += libFiles headerFiles pkgconf
INSTALLS += headerFiles pkgconf libFiles
}