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

Contents of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show 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 # Fil oprettet af Kdevelops qmake-h�dtering.
2 # -------------------------------------------
3 # Delkatalog relativt til projektets hovedkatalog: ./src
4 # M�et er et program: ../bin/queensgui
5
6 HEADERS += board.h \
7 solution.h \
8 queensmain.h \
9 queens.h \
10 containervector.h \
11 solutioncontainer.h \
12 containerlist.h \
13 config.h \
14 containerhash.h \
15 containermnvector.h \
16 intsolution.h \
17 guiupdate.h \
18 solutionmatrix.h
19 SOURCES += main.cpp \
20 board.cpp \
21 solution.cpp \
22 queensmain.cpp \
23 queens.cpp \
24 containervector.cpp \
25 solutioncontainer.cpp \
26 containerlist.cpp \
27 containerhash.cpp \
28 containermnvector.cpp \
29 intsolution.cpp \
30 solutionmatrix.cpp
31 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