summaryrefslogtreecommitdiff
path: root/gaddagize/gaddagize.pro
diff options
context:
space:
mode:
authorMatt Liberty <matt.liberty@gmail.com>2013-10-25 06:39:45 -0700
committerMatt Liberty <matt.liberty@gmail.com>2013-10-25 06:39:45 -0700
commitd06baaaa1d252b88592fd91a318bbd52d8de508d (patch)
tree7d2e57bd218a4d4c9ae8a087dcfc2237d268464d /gaddagize/gaddagize.pro
parent5567c9bfd60e059de83be1a4d8dfe5ba976a06ea (diff)
Clean up build of minor executables to use proper paths and obj subdirs
Diffstat (limited to 'gaddagize/gaddagize.pro')
-rwxr-xr-xgaddagize/gaddagize.pro9
1 files changed, 8 insertions, 1 deletions
diff --git a/gaddagize/gaddagize.pro b/gaddagize/gaddagize.pro
index 83f5452..8ec1130 100755
--- a/gaddagize/gaddagize.pro
+++ b/gaddagize/gaddagize.pro
@@ -4,10 +4,17 @@ INCLUDEPATH += . ..
# enable/disable debug symbols
# CONFIG += debug
+CONFIG += release
CONFIG += console
-#LIBS += -L.. -L../quackleio -lquackle -lquackleio
+debug {
+ OBJECTS_DIR = obj/debug
+}
+
+release {
+ OBJECTS_DIR = obj/release
+}
# Input
SOURCES += gaddagize.cpp