File: libClient.pro

package info (click to toggle)
attal 1.0~rc2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,348 kB
  • ctags: 7,428
  • sloc: cpp: 55,101; sh: 267; ansic: 100; makefile: 54
file content (151 lines) | stat: -rw-r--r-- 3,437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
TEMPLATE = lib

include( ../config.pro )
INCLUDEPATH += ..
LIBS += -L..
unix:LIBS += -lAttalCommon
win32:LIBS += -lAttalCommon9

contains( DEFINES, WITH_SOUND ) {
	win32 {
		contains( CONFIG, crosslinwin ) {
			INCLUDEPATH += "$$quote($${SDL_DIR})/include"
				LIBS += -L"$$quote($${SDL_DIR})/lib"
		} else {
			INCLUDEPATH += "$$quote($${SDL_DIR})\include"
				LIBS += -L"$$quote($${SDL_DIR})\lib"
		}
	}
		
	LIBS += -lSDL
	LIBS += -lSDL_mixer
}

VERSION = 10.0.0


SOURCES += aboutDialog.cpp
SOURCES += askChest.cpp
SOURCES += askCost.cpp
SOURCES += askDialog.cpp
SOURCES += askWidget.cpp
SOURCES += attalButton.cpp
SOURCES += attalSound.cpp
SOURCES += attalSprite.cpp
SOURCES += attalStyle.cpp
SOURCES += bonus.cpp
SOURCES += building.cpp
SOURCES += cell.cpp
SOURCES += chatWidget.cpp
SOURCES += chest.cpp
SOURCES += displayArtefacts.cpp
SOURCES += displayBase.cpp
SOURCES += displayCreature.cpp
SOURCES += displayLord.cpp
SOURCES += displayTechnics.cpp
SOURCES += event.cpp
SOURCES += flag.cpp
SOURCES += gainLevel.cpp
SOURCES += game.cpp
SOURCES += gameControl.cpp
SOURCES += gameInfo.cpp
SOURCES += graphicalArtefact.cpp
SOURCES += graphicalBuilding.cpp
SOURCES += graphicalCell.cpp
SOURCES += graphicalGameData.cpp
SOURCES += graphicalLord.cpp
SOURCES += graphicalMap.cpp
SOURCES += graphicalPath.cpp
SOURCES += gui.cpp
SOURCES += imageTheme.cpp
SOURCES += insideAction.cpp
SOURCES += insideBase.cpp
SOURCES += insideBuilding.cpp
SOURCES += lord.cpp
SOURCES += lordExchange.cpp
SOURCES += map.cpp
SOURCES += mapCreature.cpp
SOURCES += mapView.cpp
SOURCES += market.cpp
SOURCES += miniMap.cpp
SOURCES += optionsDialog.cpp
SOURCES += pixmapSpinBox.cpp
SOURCES += player.cpp
SOURCES += ressourceBar.cpp
SOURCES += ressourceWin.cpp
SOURCES += unitExchange.cpp
SOURCES += tavern.cpp
SOURCES += widget.cpp

HEADERS += aboutDialog.h
HEADERS += askChest.h
HEADERS += askCost.h
HEADERS += askDialog.h
HEADERS += askWidget.h
HEADERS += attalButton.h
HEADERS += attalSound.h
HEADERS += attalSprite.h
HEADERS += attalStyle.h
HEADERS += bonus.h
HEADERS += building.h
HEADERS += cell.h
HEADERS += chatWidget.h
HEADERS += chest.h
HEADERS += displayArtefacts.h
HEADERS += displayBase.h
HEADERS += displayCreature.h
HEADERS += displayLord.h
HEADERS += displayTechnics.h
HEADERS += event.h
HEADERS += flag.h
HEADERS += gainLevel.h
HEADERS += game.h
HEADERS += gameControl.h
HEADERS += gameInfo.h
HEADERS += graphicalArtefact.h
HEADERS += graphicalBuilding.h
HEADERS += graphicalCell.h
HEADERS += graphicalGameData.h
HEADERS += graphicalLord.h
HEADERS += graphicalMap.h
HEADERS += graphicalPath.h
HEADERS += gui.h
HEADERS += imageTheme.h
HEADERS += insideAction.h
HEADERS += insideBase.h
HEADERS += insideBuilding.h
HEADERS += lord.h
HEADERS += lordExchange.h
HEADERS += map.h
HEADERS += mapCreature.h
HEADERS += mapView.h
HEADERS += market.h
HEADERS += miniMap.h
HEADERS += optionsDialog.h
HEADERS += pixmapSpinBox.h
HEADERS += player.h
HEADERS += ressourceBar.h
HEADERS += ressourceWin.h
HEADERS += unitExchange.h
HEADERS += tavern.h
HEADERS += widget.h

TRANSLATIONS += ../i18n/de/attal_libclient_de.ts
TRANSLATIONS += ../i18n/fr/attal_libclient_fr.ts
TRANSLATIONS += ../i18n/ru/attal_libclient_ru.ts
TRANSLATIONS += ../i18n/it/attal_libclient_it.ts

DESTDIR = ..

OBJECTS_DIR=./obj
MOC_DIR=./moc

TARGET = AttalClient

unix {
	target.path = $${ATT_LIB_PREFIX}
	INSTALLS += target
}

#The following line was inserted by qt3to4
QT +=  xml network