/[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 12 by torben, Fri Jul 20 16:58:04 2007 UTC revision 13 by torben, Sun Jul 22 20:19:43 2007 UTC
# Line 1  Line 1 
1  # Fil oprettet af Kdevelops qmake-h�dtering.  # File generated by kdevelop's qmake manager.
2  # -------------------------------------------  # -------------------------------------------
3  # Delkatalog relativt til projektets hovedkatalog: ./src  # Subdir relative project main directory: ./src
4  # M�et er et program: ../bin/queensgui  # Target is an application:  ../bin/queensgui
5    
6  HEADERS += board.h \  HEADERS += board.h \
7             solution.h \             solution.h \
# Line 14  HEADERS += board.h \ Line 14  HEADERS += board.h \
14             containerhash.h \             containerhash.h \
15             containermnvector.h \             containermnvector.h \
16             guiupdate.h \             guiupdate.h \
17   solutionmatrix.h \             solutionmatrix.h \
18   solutionint.h             solutionint.h \
19               containerminimalvector.h
20  SOURCES += main.cpp \  SOURCES += main.cpp \
21             board.cpp \             board.cpp \
22             solution.cpp \             solution.cpp \
# Line 27  SOURCES += main.cpp \ Line 28  SOURCES += main.cpp \
28             containerhash.cpp \             containerhash.cpp \
29             containermnvector.cpp \             containermnvector.cpp \
30             solutionmatrix.cpp \             solutionmatrix.cpp \
31   solutionint.cpp             solutionint.cpp \
32               containerminimalvector.cpp
33  TARGET = ../bin/queensgui  TARGET = ../bin/queensgui
34  CONFIG += warn_on \  CONFIG += warn_on \
35  qt \  qt \
36  thread \  thread \
37   debug  debug
38  TEMPLATE = app  TEMPLATE = app
39  DESTDIR = .  DESTDIR = .
   
40  CONFIG -= release  CONFIG -= release
   

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.20