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

Annotation of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations) (download)
Fri Jul 20 16:58:04 2007 UTC (16 years, 10 months ago) by torben
File size: 975 byte(s)
* SolutionMatrix.{h|cpp}: cleanup clean
* SolutionInt.{h|cpp}: cleanup and finally made rotate90() work correctly
* QueensMain.cpp: minor visual corrections to pop-up menu


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 5 guiupdate.h \
17     solutionmatrix.h \
18     solutionint.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 torben 5 solutionmatrix.cpp \
30     solutionint.cpp
31 torben 1 TARGET = ../bin/queensgui
32 torben 8 CONFIG += warn_on \
33 torben 1 qt \
34 torben 8 thread \
35     debug
36 torben 1 TEMPLATE = app
37 torben 8 DESTDIR = .
38    
39     CONFIG -= release

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20