diff options
| author | manuel <manuel@mausz.at> | 2011-04-07 19:35:53 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-07 19:35:53 +0200 |
| commit | dd99879ab004dd1d81b5942ad35d5ea6c1476c10 (patch) | |
| tree | 8750906915f33a1dc9a1ad1750d6620abd1bf4e2 /pacman-c++/pacman.pro | |
| parent | 9ef1e89e3ec01a5a34863b1b0aa3483b49404560 (diff) | |
| download | foop-dd99879ab004dd1d81b5942ad35d5ea6c1476c10.tar.gz foop-dd99879ab004dd1d81b5942ad35d5ea6c1476c10.tar.bz2 foop-dd99879ab004dd1d81b5942ad35d5ea6c1476c10.zip | |
fixing app icon on windows
add audio player
Diffstat (limited to 'pacman-c++/pacman.pro')
| -rw-r--r-- | pacman-c++/pacman.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro index 3826852..f95625b 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro | |||
| @@ -6,7 +6,8 @@ SOURCES += pixmapitem.cpp \ | |||
| 6 | client.cpp \ | 6 | client.cpp \ |
| 7 | bonuspoint.cpp \ | 7 | bonuspoint.cpp \ |
| 8 | mainwidget.cpp \ | 8 | mainwidget.cpp \ |
| 9 | point.cpp | 9 | point.cpp \ |
| 10 | audioplayer.cpp | ||
| 10 | HEADERS += pixmapitem.h \ | 11 | HEADERS += pixmapitem.h \ |
| 11 | actor.h \ | 12 | actor.h \ |
| 12 | animationmanager.h \ | 13 | animationmanager.h \ |
| @@ -15,7 +16,8 @@ HEADERS += pixmapitem.h \ | |||
| 15 | bonuspoint.h \ | 16 | bonuspoint.h \ |
| 16 | mainwidget.h \ | 17 | mainwidget.h \ |
| 17 | constants.h \ | 18 | constants.h \ |
| 18 | point.h | 19 | point.h \ |
| 20 | audioplayer.h | ||
| 19 | RESOURCES += pacman.qrc | 21 | RESOURCES += pacman.qrc |
| 20 | 22 | ||
| 21 | OBJECTS_DIR = .obj | 23 | OBJECTS_DIR = .obj |
