/[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 1 by torben, Thu Jul 19 21:34:15 2007 UTC revision 327 by torben, Wed Sep 16 18:53:22 2009 UTC
# Line 1  Line 1 
1  # Fil oprettet af Kdevelops qmake-håndtering.  # File generated by kdevelop's qmake manager.
2  # -------------------------------------------  # -------------------------------------------
3  # Delkatalog relativt til projektets hovedkatalog: ./src  # Subdir relative project main directory: ./src
4  # Målet er et program: ../bin/queensgui  # Target is an application:  ../bin/queensgui
5    
6  HEADERS += board.h \  HEADERS += board.h \
7             solution.h \             solution.h \
8             queensmain.h \             queensmain.h \
9             queens.h \             queens.h \
10             solutionvector.h \             containervector.h \
11             solutioncontainer.h \             solutioncontainer.h \
12             solutionlist.h \             containerlist.h \
13             config.h \             config.h \
14             solutionhash.h \             containerhash.h \
15             solutionmnvector.h \             containermnvector.h \
16             intsolution.h  \             guiupdate.h \
17   guiupdate.h             solutionmatrix.h \
18               solutionint.h \
19               containerminimalvector.h
20  SOURCES += main.cpp \  SOURCES += main.cpp \
21             board.cpp \             board.cpp \
22             solution.cpp \             solution.cpp \
23             queensmain.cpp \             queensmain.cpp \
24             queens.cpp \             queens.cpp \
25             solutionvector.cpp \             containervector.cpp \
26             solutioncontainer.cpp \             solutioncontainer.cpp \
27             solutionlist.cpp \             containerlist.cpp \
28             solutionhash.cpp \             containerhash.cpp \
29             solutionmnvector.cpp \             containermnvector.cpp \
30             intsolution.cpp             solutionmatrix.cpp \
31               solutionint.cpp \
32               containerminimalvector.cpp
33  TARGET = ../bin/queensgui  TARGET = ../bin/queensgui
34  CONFIG += debug \  CONFIG += warn_on \
 warn_on \  
35  qt \  qt \
36  thread  thread \
37    debug
38  TEMPLATE = app  TEMPLATE = app
39    DESTDIR = .
40    CONFIG -= release
41    #The following line was inserted by qt3to4
42    QT +=  qt3support

Legend:
Removed from v.1  
changed lines
  Added in v.327

  ViewVC Help
Powered by ViewVC 1.1.20