From: APTX Date: Sat, 11 Apr 2009 13:03:46 +0000 (+0200) Subject: - Default to closest existing directory if the last open file does not X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=804bec1d1d2ccb606433806700f458129af1ac71;p=anidbudpclient.git - Default to closest existing directory if the last open file does not exist --- diff --git a/anidbudpclient.pro b/anidbudpclient.pro index 75e6829..ed9bfb8 100644 --- a/anidbudpclient.pro +++ b/anidbudpclient.pro @@ -5,7 +5,14 @@ QT += network QT -= gui TEMPLATE = lib TARGET = anidbudpclient -DESTDIR = ../../build +static { + message(anidbpudpclinet: Static build) + DESTDIR = ../../build-static +} +!static { + message(anidbpudpclinet: Dynamic build) + DESTDIR = ../../build +} INCLUDEPATH += $$PWD DEPENDPATH += $$PWD QT *= network