]> Some of my projects - anidbudpclient.git/commitdiff
- Default to closest existing directory if the last open file does not
authorAPTX <mail@example.com>
Sat, 11 Apr 2009 13:03:46 +0000 (15:03 +0200)
committerAPTX <mail@example.com>
Sat, 11 Apr 2009 13:03:46 +0000 (15:03 +0200)
exist

anidbudpclient.pro

index 75e6829da21c4e0db678df7c7a3e177ecdb60451..ed9bfb85d3124dae40548c16f35ddbb504e25d55 100644 (file)
@@ -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