From ecf892da5134d7e84785ba661c0021adbfebeb42 Mon Sep 17 00:00:00 2001 From: APTX Date: Tue, 1 Jun 2010 13:33:03 +0200 Subject: [PATCH] Set new build directory after repo split. --- anidbudpclient.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anidbudpclient.pro b/anidbudpclient.pro index 9f2968b..de9edaf 100644 --- a/anidbudpclient.pro +++ b/anidbudpclient.pro @@ -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 -- 2.52.0