Use different output directory for debug build

Saves lots of recompiling! :-)
This commit is contained in:
Simon Detheridge 2015-02-20 16:12:40 +00:00
parent eef2c548db
commit 2dc392a1cc

View File

@ -35,6 +35,7 @@ native {
DESTDIR = $$(HOME)/Dev/fractorium/Bin
debug:DESTDIR = $$(HOME)/Dev/fractorium/Dbg
LIBS += -L/usr/lib -ljpeg
LIBS += -L/usr/lib -lpng