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

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