--- queensgui/src/src.pro 2007/07/19 23:44:01 4 +++ queensgui/src/src.pro 2007/07/20 16:58:04 8 @@ -13,9 +13,9 @@ config.h \ containerhash.h \ containermnvector.h \ - intsolution.h \ - guiupdate.h \ - solutionmatrix.h + guiupdate.h \ + solutionmatrix.h \ + solutionint.h SOURCES += main.cpp \ board.cpp \ solution.cpp \ @@ -26,11 +26,15 @@ containerlist.cpp \ containerhash.cpp \ containermnvector.cpp \ - intsolution.cpp \ - solutionmatrix.cpp + solutionmatrix.cpp \ + solutionint.cpp TARGET = ../bin/queensgui -CONFIG += debug \ -warn_on \ +CONFIG += warn_on \ qt \ -thread +thread \ + debug TEMPLATE = app +DESTDIR = . + +CONFIG -= release +