summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.pro
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-10 22:28:58 +0200
committermanuel <manuel@mausz.at>2011-05-10 22:28:58 +0200
commit1a6c940ed9d7f6136da0e13148314072665342c5 (patch)
tree467b259d966ea1ddf9f66440066f57cf3eed68c4 /pacman-c++/client/client.pro
parentcc1bb779661217171418adb0ddbd1ce01815463b (diff)
downloadfoop-1a6c940ed9d7f6136da0e13148314072665342c5.tar.gz
foop-1a6c940ed9d7f6136da0e13148314072665342c5.tar.bz2
foop-1a6c940ed9d7f6136da0e13148314072665342c5.zip
- refactorized audio once more: audio is now a plugin which gets loaded at runtime
- thus server has no dependency to phonon any more - remove client dependency to qtnetwork - fix enet deinitialization on windows
Diffstat (limited to 'pacman-c++/client/client.pro')
-rw-r--r--pacman-c++/client/client.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/client/client.pro b/pacman-c++/client/client.pro
index 4b326fe..178ccf4 100644
--- a/pacman-c++/client/client.pro
+++ b/pacman-c++/client/client.pro
@@ -1,6 +1,8 @@
1TEMPLATE = app 1TEMPLATE = app
2TARGET = pacman 2TARGET = pacman
3 3
4DEFINES += PACMAN_CLIENT
5
4SOURCES += clicklabel.cpp \ 6SOURCES += clicklabel.cpp \
5 client.cpp \ 7 client.cpp \
6 mainwidget.cpp 8 mainwidget.cpp