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