From aa334abcca63101292c48a72c7b1851b8ecc26c7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 8 Feb 2012 11:29:25 +0000 Subject: make library installation directory configurable --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index b0e9fe98..c6d72d0f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -186,7 +186,7 @@ SOURCES += \ # Installation headers.files = $$INSTALL_HEADERS headers.path = $$PREFIX/include/qxmpp -target.path = $$PREFIX/lib +target.path = $$PREFIX/$$LIBDIR INSTALLS += headers target # pkg-config support -- cgit v1.2.3