QT += phonon SOURCES += pixmapitem.cpp \ actor.cpp \ animationmanager.cpp \ block.cpp \ client.cpp \ bonuspoint.cpp \ mainwidget.cpp \ point.cpp \ audioplayer.cpp \ clicklabel.cpp \ sceneholder.cpp \ util.cpp \ pacman.pb.cc HEADERS += pixmapitem.h \ actor.h \ animationmanager.h \ block.h \ client.h \ bonuspoint.h \ mainwidget.h \ constants.h \ point.h \ audioplayer.h \ clicklabel.h \ sceneholder.h \ util.h \ pacman.pb.h RESOURCES += pacman.qrc OBJECTS_DIR = .obj MOC_DIR = .moc RC_FILE = pacman.rc OTHER_FILES += \ style.qss \ pacman.rc LIBS += -lprotobuf