diff options
Diffstat (limited to 'quackle.pro')
-rw-r--r-- | quackle.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quackle.pro b/quackle.pro index 001f31b..2316cf7 100644 --- a/quackle.pro +++ b/quackle.pro @@ -5,10 +5,12 @@ VERSION = 0.9 QT -= gui core debug { OBJECTS_DIR = obj/debug + DESTDIR = lib/debug } release { OBJECTS_DIR = obj/release + DESTDIR = lib/release } # enable/disable debug symbols |