summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.server.pro
blob: 5a31ffe494cfe84ca8d20c6b347424d952f09f6a (plain)
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
QT += phonon
SOURCES += pixmapitem.cpp \
    actor.cpp \
    animationmanager.cpp \
    block.cpp \
    server.cpp \
    bonuspoint.cpp \
    mainwidget.cpp \
    point.cpp \
    audioplayer.cpp \
		sceneholder.cpp \
		util.cpp \
		clicklabel.cpp \
		pacman.pb.cc
HEADERS += pixmapitem.h \
    actor.h \
    animationmanager.h \
    block.h \
    server.h \
    bonuspoint.h \
    mainwidget.h \
    constants.h \
    point.h \
    audioplayer.h \
		sceneholder.h \
		util.h \
		clicklabel.h \
		pacman.pb.h 
HEADERS += pixmapitem.h \
RESOURCES += pacman.qrc

OBJECTS_DIR = .obj
MOC_DIR = .moc
RC_FILE = pacman.rc

OTHER_FILES += \
    style.qss \
    pacman.rc

DEFINES += SERVER

LIBS += -lprotobuf