]> Some of my projects - anidbudpclient.git/commitdiff
Set new build directory after repo split.
authorAPTX <marek321@gmail.com>
Tue, 1 Jun 2010 11:33:03 +0000 (13:33 +0200)
committerAPTX <marek321@gmail.com>
Tue, 1 Jun 2010 11:33:03 +0000 (13:33 +0200)
anidbudpclient.pro

index 9f2968b625e02bab6bbea21b4946728ed7150198..de9edaf4157759c30518f6d84392fcaa730d9767 100644 (file)
@@ -8,11 +8,11 @@ TEMPLATE = lib
 TARGET = anidbudpclient
 static { 
     message(anidbpudpclinet: Static build)
-    DESTDIR = ../../build-static
+       DESTDIR = build-static
 }
 !static { 
     message(anidbpudpclinet: Dynamic build)
-    DESTDIR = ../../build
+       DESTDIR = build
 }
 INCLUDEPATH += $$PWD
 DEPENDPATH += $$PWD