summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.pro
blob: 6c39033b5d29d0c78ba0c221205b4f8838c17fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QT += phonon
SOURCES += pixmapitem.cpp \
    actor.cpp \
    animationmanager.cpp \
    block.cpp \
    client.cpp \
    bonuspoint.cpp \
    mainwidget.cpp
HEADERS += pixmapitem.h \
    actor.h \
    animationmanager.h \
    block.h \
    client.h \
    bonuspoint.h \
    mainwidget.h
RESOURCES += pacman.qrc

OBJECTS_DIR = .obj
MOC_DIR = .moc

CONFIG += debug