]> Some of my projects - anidbudpclient.git/commitdiff
More installation fixes.
authorAPTX <marek321@gmail.com>
Sat, 14 May 2011 18:50:40 +0000 (20:50 +0200)
committerAPTX <marek321@gmail.com>
Sat, 14 May 2011 18:50:40 +0000 (20:50 +0200)
anidbudpclient.pro

index f816385904bec3db6faa73037b1e4a7c58e30fd9..2219cfdc6a786d7b2651eecb74f59452217cea77 100644 (file)
@@ -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