From 6edba53faab222a48c92c201eff7e2902c21b1bd Mon Sep 17 00:00:00 2001 From: APTX Date: Sat, 14 May 2011 20:50:40 +0200 Subject: [PATCH] More installation fixes. --- anidbudpclient.pro | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/anidbudpclient.pro b/anidbudpclient.pro index f816385..2219cfd 100644 --- a/anidbudpclient.pro +++ b/anidbudpclient.pro @@ -139,19 +139,14 @@ norenameparser { message(Disabled renameparser support) } - -isEmpty(PREFIX) { - PREFIX = install -} - -target.path = $${PREFIX}/lib +target.path = ./$${PREFIX}/lib target.files = $$TARGET -headers.path = "$${PREFIX}/include/AniDBUdpClient" +headers.path = "./$${PREFIX}/include/AniDBUdpClient" headers.files = $$HEADERS -conv_headers.path = $${PREFIX} +conv_headers.path = ./$${PREFIX} conv_headers.files = $$CONV_HEADERS INSTALLS += target headers conv_headers -- 2.52.0