]> Some of my projects - anidbudpclient.git/commitdiff
More installation fixes.
authorAPTX <marek321@gmail.com>
Sun, 15 May 2011 14:30:43 +0000 (16:30 +0200)
committerAPTX <marek321@gmail.com>
Sun, 15 May 2011 14:30:43 +0000 (16:30 +0200)
anidbudpclient.pro

index a2451444a048795dbc6b114ac8b96ee14cbac0e7..17ab1fe03abbaee405bd0cc84a2dec54f81cefd6 100644 (file)
@@ -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