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

Annotation of /queensgui/src/src.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Thu Jul 19 21:34:15 2007 UTC (16 years, 10 months ago) by torben
File size: 892 byte(s)
Initial import


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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20