From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/common/common.pro | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pacman-c++/common/common.pro (limited to 'pacman-c++/common/common.pro') diff --git a/pacman-c++/common/common.pro b/pacman-c++/common/common.pro new file mode 100644 index 0000000..5903f9d --- /dev/null +++ b/pacman-c++/common/common.pro @@ -0,0 +1,30 @@ +TEMPLATE = lib +CONFIG += staticlib + +include(../common.pri) + +SOURCES += pixmapitem.cpp \ + actor.cpp \ + block.cpp \ + bonuspoint.cpp \ + point.cpp \ + audio.cpp \ + sceneholder.cpp \ + util.cpp \ + gameentity.cpp +HEADERS += pixmapitem.h \ + actor.h \ + block.h \ + bonuspoint.h \ + constants.h \ + point.h \ + audio.h \ + sceneholder.h \ + util.h \ + gameentity.h + +OTHER_FILES += style.qss \ + pacman.rc + +RESOURCES += pacman.qrc +RC_FILE = pacman.rc -- cgit v1.2.3