--- queensgui/src/src.pro 2007/07/20 13:50:47 7 +++ queensgui/src/src.pro 2007/07/20 16:58:04 8 @@ -29,8 +29,12 @@ solutionmatrix.cpp \ solutionint.cpp TARGET = ../bin/queensgui -CONFIG += debug \ -warn_on \ +CONFIG += warn_on \ qt \ -thread +thread \ + debug TEMPLATE = app +DESTDIR = . + +CONFIG -= release +