summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.pro
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-09 19:20:13 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-09 19:20:13 +0200
commit4f88849caf6533d965849952c9ea153fd8c518c5 (patch)
tree809d22c6a8fab16dc32eaf0c22fb65d57640f72f /pacman-c++/pacman.pro
parent4e3c33632e811d5b57c9b61ec7f219fa06856fd2 (diff)
downloadfoop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.gz
foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.bz2
foop-4f88849caf6533d965849952c9ea153fd8c518c5.zip
first version of multiplayer
Diffstat (limited to 'pacman-c++/pacman.pro')
-rw-r--r--pacman-c++/pacman.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro
index 3670bc0..a346f20 100644
--- a/pacman-c++/pacman.pro
+++ b/pacman-c++/pacman.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
2LANGUAGE = C++ 2LANGUAGE = C++
3VERSION = 0.1 3VERSION = 0.1
4 4
5QT += phonon 5QT += phonon network
6SOURCES += pixmapitem.cpp \ 6SOURCES += pixmapitem.cpp \
7 actor.cpp \ 7 actor.cpp \
8 animationmanager.cpp \ 8 animationmanager.cpp \