/[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 5 by torben, Fri Jul 20 01:22:53 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�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 += 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.5  
changed lines
  Added in v.327

  ViewVC Help
Powered by ViewVC 1.1.20