From: APTX Date: Sun, 15 May 2011 14:30:43 +0000 (+0200) Subject: More installation fixes. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=3557bbd9eb935c3db2c059f404c7a34c8c08f3f5;p=anidbudpclient.git More installation fixes. --- diff --git a/anidbudpclient.pro b/anidbudpclient.pro index a245144..17ab1fe 100644 --- a/anidbudpclient.pro +++ b/anidbudpclient.pro @@ -139,14 +139,14 @@ norenameparser { message(Disabled renameparser support) } -target.path = /lib +target.path = $${DESTDIR}/lib target.files = $$TARGET -headers.path = /include/AniDBUdpClient +headers.path = $${DESTDIR}/include/AniDBUdpClient headers.files = $$HEADERS -conv_headers.path = / +conv_headers.path = $${DESTDIR}/include/AniDBUdpClient conv_headers.files = $$CONV_HEADERS INSTALLS += target headers conv_headers