diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:20:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:20:13 +0200 |
| commit | 4f88849caf6533d965849952c9ea153fd8c518c5 (patch) | |
| tree | 809d22c6a8fab16dc32eaf0c22fb65d57640f72f /pacman-c++/pacman.server.pro | |
| parent | 4e3c33632e811d5b57c9b61ec7f219fa06856fd2 (diff) | |
| download | foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.gz foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.bz2 foop-4f88849caf6533d965849952c9ea153fd8c518c5.zip | |
first version of multiplayer
Diffstat (limited to 'pacman-c++/pacman.server.pro')
| -rw-r--r-- | pacman-c++/pacman.server.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro index 7e23f21..631bc50 100644 --- a/pacman-c++/pacman.server.pro +++ b/pacman-c++/pacman.server.pro | |||
| @@ -3,7 +3,9 @@ LANGUAGE = C++ | |||
| 3 | VERSION = 0.1 | 3 | VERSION = 0.1 |
| 4 | DEFINES += SERVER | 4 | DEFINES += SERVER |
| 5 | 5 | ||
| 6 | QT += phonon | 6 | TARGET = pacman-server |
| 7 | |||
| 8 | QT += phonon network | ||
| 7 | SOURCES += pixmapitem.cpp \ | 9 | SOURCES += pixmapitem.cpp \ |
| 8 | actor.cpp \ | 10 | actor.cpp \ |
| 9 | animationmanager.cpp \ | 11 | animationmanager.cpp \ |
