[go: up one dir, main page]

Menu

[r66]: / trunk / coinche.pro  Maximize  Restore  History

Download this file

56 lines (54 with data), 896 Bytes

 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
XUPProjectSettings {
OTHERS_PLATFORM_TARGET_DEBUG = coinche
}
TEMPLATE = app
QT = gui \
core \
network
CONFIG += console \
debug
LICENSE = GPL
SOURCES = main.cpp \
tapiswidget.cpp \
mainwindow.cpp \
carte.cpp \
paquet.cpp \
joueur.cpp \
equipe.cpp \
enchere.cpp \
enchereswidget.cpp \
partie.cpp \
partie_solo.cpp \
partie_simulee.cpp \
donnees.cpp \
ia_basique.cpp \
ia_simul.cpp \
ia_humain.cpp \
partie_reseau_serveur.cpp \
partie_reseau_client.cpp \
ia_reseau.cpp \
salon.cpp
FORMS = optionsDialog.ui \
salon.ui
HEADERS = mainwindow.h \
tapiswidget.h \
carte.h \
paquet.h \
joueur.h \
equipe.h \
enchere.h \
enchereswidget.h \
partie.h \
partie_solo.h \
partie_simulee.h \
donnees.h \
ia_basique.h \
ia_simul.h \
ia_humain.h \
partie_reseau_serveur.h \
partie_reseau_client.h \
partie_base.h \
ia_reseau.h \
types.h \
salon.h \
messages_reseau.h