blob: 3ce84da7a88e8b914a480a0b17076f662d23f8a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SOURCES += main.cpp \
pixmapitem.cpp \
actor.cpp \
animationmanager.cpp
HEADERS += pixmapitem.h \
actor.h \
animationmanager.h
RESOURCES += pacman.qrc
OBJECTS_DIR = .obj
MOC_DIR = .moc
|