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