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.server.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.server.pro')
| -rw-r--r-- | pacman-c++/pacman.server.pro | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro new file mode 100644 index 0000000..ae9dd2e --- /dev/null +++ b/pacman-c++/pacman.server.pro | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | QT += phonon | ||
| 2 | SOURCES += pixmapitem.cpp \ | ||
| 3 | actor.cpp \ | ||
| 4 | animationmanager.cpp \ | ||
| 5 | block.cpp \ | ||
| 6 | server.cpp \ | ||
| 7 | bonuspoint.cpp \ | ||
| 8 | mainwidget.cpp \ | ||
| 9 | point.cpp \ | ||
| 10 | audioplayer.cpp \ | ||
| 11 | sceneholder.cpp \ | ||
| 12 | util.cpp | ||
| 13 | HEADERS += pixmapitem.h \ | ||
| 14 | actor.h \ | ||
| 15 | animationmanager.h \ | ||
| 16 | block.h \ | ||
| 17 | server.h \ | ||
| 18 | bonuspoint.h \ | ||
| 19 | mainwidget.h \ | ||
| 20 | constants.h \ | ||
| 21 | point.h \ | ||
| 22 | audioplayer.h \ | ||
| 23 | sceneholder.h \ | ||
| 24 | util.h | ||
| 25 | RESOURCES += pacman.qrc | ||
| 26 | |||
| 27 | OBJECTS_DIR = .obj | ||
| 28 | MOC_DIR = .moc | ||
| 29 | RC_FILE = pacman.rc | ||
| 30 | |||
| 31 | OTHER_FILES += \ | ||
| 32 | style.qss \ | ||
| 33 | pacman.rc | ||
| 34 | |||
| 35 | DEFINES += SERVER | ||
