From 1a6c940ed9d7f6136da0e13148314072665342c5 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 10 May 2011 22:28:58 +0200 Subject: - 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 --- pacman-c++/client/client.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pacman-c++/client/client.pro') 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 @@ TEMPLATE = app TARGET = pacman +DEFINES += PACMAN_CLIENT + SOURCES += clicklabel.cpp \ client.cpp \ mainwidget.cpp -- cgit v1.2.3