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