/[projects]/queensgui/src/src.pro
ViewVC logotype

Diff of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by torben, Thu Jul 19 23:44:01 2007 UTC revision 8 by torben, Fri Jul 20 16:58:04 2007 UTC
# Line 13  HEADERS += board.h \ Line 13  HEADERS += board.h \
13             config.h \             config.h \
14             containerhash.h \             containerhash.h \
15             containermnvector.h \             containermnvector.h \
16             intsolution.h  \             guiupdate.h \
17   guiupdate.h \   solutionmatrix.h \
18   solutionmatrix.h   solutionint.h
19  SOURCES += main.cpp \  SOURCES += main.cpp \
20             board.cpp \             board.cpp \
21             solution.cpp \             solution.cpp \
# Line 26  SOURCES += main.cpp \ Line 26  SOURCES += main.cpp \
26             containerlist.cpp \             containerlist.cpp \
27             containerhash.cpp \             containerhash.cpp \
28             containermnvector.cpp \             containermnvector.cpp \
29             intsolution.cpp  \             solutionmatrix.cpp \
30   solutionmatrix.cpp   solutionint.cpp
31  TARGET = ../bin/queensgui  TARGET = ../bin/queensgui
32  CONFIG += debug \  CONFIG += warn_on \
 warn_on \  
33  qt \  qt \
34  thread  thread \
35     debug
36  TEMPLATE = app  TEMPLATE = app
37    DESTDIR = .
38    
39    CONFIG -= release
40    

Legend:
Removed from v.4  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.20