summaryrefslogtreecommitdiff
path: root/gaddagize
diff options
context:
space:
mode:
Diffstat (limited to 'gaddagize')
-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