--- queensgui/src/src.pro 2007/07/22 09:37:21 12 +++ queensgui/src/src.pro 2007/07/22 20:19:43 13 @@ -1,7 +1,7 @@ -# Fil oprettet af Kdevelops qmake-h�dtering. +# File generated by kdevelop's qmake manager. # ------------------------------------------- -# Delkatalog relativt til projektets hovedkatalog: ./src -# M�et er et program: ../bin/queensgui +# Subdir relative project main directory: ./src +# Target is an application: ../bin/queensgui HEADERS += board.h \ solution.h \ @@ -14,8 +14,9 @@ containerhash.h \ containermnvector.h \ guiupdate.h \ - solutionmatrix.h \ - solutionint.h + solutionmatrix.h \ + solutionint.h \ + containerminimalvector.h SOURCES += main.cpp \ board.cpp \ solution.cpp \ @@ -27,14 +28,13 @@ containerhash.cpp \ containermnvector.cpp \ solutionmatrix.cpp \ - solutionint.cpp + solutionint.cpp \ + containerminimalvector.cpp TARGET = ../bin/queensgui CONFIG += warn_on \ qt \ thread \ - debug +debug TEMPLATE = app DESTDIR = . - CONFIG -= release -