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

Annotation of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Thu Jul 19 23:44:01 2007 UTC (16 years, 10 months ago) by torben
File size: 944 byte(s)
Renamed solution{list,vector,hash,nmvector} to container{...}


1 torben 4 # Fil oprettet af Kdevelops qmake-h�dtering.
2 torben 1 # -------------------------------------------
3     # Delkatalog relativt til projektets hovedkatalog: ./src
4 torben 4 # M�et er et program: ../bin/queensgui
5 torben 1
6     HEADERS += board.h \
7     solution.h \
8     queensmain.h \
9     queens.h \
10 torben 4 containervector.h \
11 torben 1 solutioncontainer.h \
12 torben 4 containerlist.h \
13 torben 1 config.h \
14 torben 4 containerhash.h \
15     containermnvector.h \
16 torben 1 intsolution.h \
17 torben 4 guiupdate.h \
18     solutionmatrix.h
19 torben 1 SOURCES += main.cpp \
20     board.cpp \
21     solution.cpp \
22     queensmain.cpp \
23     queens.cpp \
24 torben 4 containervector.cpp \
25 torben 1 solutioncontainer.cpp \
26 torben 4 containerlist.cpp \
27     containerhash.cpp \
28     containermnvector.cpp \
29     intsolution.cpp \
30     solutionmatrix.cpp
31 torben 1 TARGET = ../bin/queensgui
32     CONFIG += debug \
33     warn_on \
34     qt \
35     thread
36     TEMPLATE = app

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20