diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:38:52 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:38:52 +0200 |
| commit | 64a02ded2453082fe13e8a8b408933e8fada131c (patch) | |
| tree | 8ad71a72377cf094a699d21482a282297420b07d /pacman-c++/pacman.server.pro | |
| parent | b0d6e4fcf33d21b24d2e9bbf7c5abf2065f0a4b3 (diff) | |
| download | foop-64a02ded2453082fe13e8a8b408933e8fada131c.tar.gz foop-64a02ded2453082fe13e8a8b408933e8fada131c.tar.bz2 foop-64a02ded2453082fe13e8a8b408933e8fada131c.zip | |
hackishly disabled audio for srv
made test movement work
Diffstat (limited to 'pacman-c++/pacman.server.pro')
| -rw-r--r-- | pacman-c++/pacman.server.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro index ae9dd2e..c7ca9aa 100644 --- a/pacman-c++/pacman.server.pro +++ b/pacman-c++/pacman.server.pro | |||
| @@ -9,7 +9,8 @@ SOURCES += pixmapitem.cpp \ | |||
| 9 | point.cpp \ | 9 | point.cpp \ |
| 10 | audioplayer.cpp \ | 10 | audioplayer.cpp \ |
| 11 | sceneholder.cpp \ | 11 | sceneholder.cpp \ |
| 12 | util.cpp | 12 | util.cpp \ |
| 13 | clicklabel.cpp | ||
| 13 | HEADERS += pixmapitem.h \ | 14 | HEADERS += pixmapitem.h \ |
| 14 | actor.h \ | 15 | actor.h \ |
| 15 | animationmanager.h \ | 16 | animationmanager.h \ |
| @@ -21,7 +22,9 @@ HEADERS += pixmapitem.h \ | |||
| 21 | point.h \ | 22 | point.h \ |
| 22 | audioplayer.h \ | 23 | audioplayer.h \ |
| 23 | sceneholder.h \ | 24 | sceneholder.h \ |
| 24 | util.h | 25 | util.h \ |
| 26 | clicklabel.h | ||
| 27 | HEADERS += pixmapitem.h \ | ||
| 25 | RESOURCES += pacman.qrc | 28 | RESOURCES += pacman.qrc |
| 26 | 29 | ||
| 27 | OBJECTS_DIR = .obj | 30 | OBJECTS_DIR = .obj |
