diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 13:54:18 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 13:54:18 +0200 |
| commit | d547dec802f76c346538144f4eacf6d8ca6310c4 (patch) | |
| tree | 50613653be09988bfd1a122496faed93c960de45 /pacman-c++/pacman.pro | |
| parent | 7e4bc8ece49543533c4e27f5d6bc867c1bada601 (diff) | |
| download | foop-d547dec802f76c346538144f4eacf6d8ca6310c4.tar.gz foop-d547dec802f76c346538144f4eacf6d8ca6310c4.tar.bz2 foop-d547dec802f76c346538144f4eacf6d8ca6310c4.zip | |
Pull up methods from mainwidget to sceneholder for sharing in both client and server
Diffstat (limited to 'pacman-c++/pacman.pro')
| -rw-r--r-- | pacman-c++/pacman.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro index f95625b..a1dddf6 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro | |||
| @@ -7,7 +7,9 @@ SOURCES += pixmapitem.cpp \ | |||
| 7 | bonuspoint.cpp \ | 7 | bonuspoint.cpp \ |
| 8 | mainwidget.cpp \ | 8 | mainwidget.cpp \ |
| 9 | point.cpp \ | 9 | point.cpp \ |
| 10 | audioplayer.cpp | 10 | audioplayer.cpp \ |
| 11 | sceneholder.cpp \ | ||
| 12 | util.cpp | ||
| 11 | HEADERS += pixmapitem.h \ | 13 | HEADERS += pixmapitem.h \ |
| 12 | actor.h \ | 14 | actor.h \ |
| 13 | animationmanager.h \ | 15 | animationmanager.h \ |
| @@ -17,7 +19,9 @@ HEADERS += pixmapitem.h \ | |||
| 17 | mainwidget.h \ | 19 | mainwidget.h \ |
| 18 | constants.h \ | 20 | constants.h \ |
| 19 | point.h \ | 21 | point.h \ |
| 20 | audioplayer.h | 22 | audioplayer.h \ |
| 23 | sceneholder.h \ | ||
| 24 | util.h | ||
| 21 | RESOURCES += pacman.qrc | 25 | RESOURCES += pacman.qrc |
| 22 | 26 | ||
| 23 | OBJECTS_DIR = .obj | 27 | OBJECTS_DIR = .obj |
