--- queensgui/src/src.pro 2007/07/19 23:44:01 4 +++ queensgui/src/src.pro 2009/09/16 18:53:22 327 @@ -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 \ @@ -13,9 +13,10 @@ config.h \ containerhash.h \ containermnvector.h \ - intsolution.h \ - guiupdate.h \ - solutionmatrix.h + guiupdate.h \ + solutionmatrix.h \ + solutionint.h \ + containerminimalvector.h SOURCES += main.cpp \ board.cpp \ solution.cpp \ @@ -26,11 +27,16 @@ containerlist.cpp \ containerhash.cpp \ containermnvector.cpp \ - intsolution.cpp \ - solutionmatrix.cpp + solutionmatrix.cpp \ + solutionint.cpp \ + containerminimalvector.cpp TARGET = ../bin/queensgui -CONFIG += debug \ -warn_on \ +CONFIG += warn_on \ qt \ -thread +thread \ +debug TEMPLATE = app +DESTDIR = . +CONFIG -= release +#The following line was inserted by qt3to4 +QT += qt3support