summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.pro
blob: 99feed0bdfe8c86c0635734354393411b4d9c924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SOURCES += main.cpp \
    pixmapitem.cpp \
    actor.cpp \
    animationmanager.cpp \
    block.cpp
HEADERS += pixmapitem.h \
    actor.h \
    animationmanager.h \
    block.h
RESOURCES += pacman.qrc


OBJECTS_DIR = .obj
MOC_DIR = .moc