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

Contents of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Fri Jul 20 16:58:04 2007 UTC (16 years, 9 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 # 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 guiupdate.h \
17 solutionmatrix.h \
18 solutionint.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 solutionmatrix.cpp \
30 solutionint.cpp
31 TARGET = ../bin/queensgui
32 CONFIG += warn_on \
33 qt \
34 thread \
35 debug
36 TEMPLATE = app
37 DESTDIR = .
38
39 CONFIG -= release

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20