summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/common.pro
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
committermanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
commitce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch)
treef8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/common/common.pro
parente54ccad07e256ba877bd41d70bd358bd0085bd1e (diff)
downloadfoop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip
- refactorized the whole project and made a few subprojects
- replaced tcp with enet - added connect dialog - some smaller bugfixes
Diffstat (limited to 'pacman-c++/common/common.pro')
-rw-r--r--pacman-c++/common/common.pro30
1 files changed, 30 insertions, 0 deletions
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 @@
1TEMPLATE = lib
2CONFIG += staticlib
3
4include(../common.pri)
5
6SOURCES += pixmapitem.cpp \
7 actor.cpp \
8 block.cpp \
9 bonuspoint.cpp \
10 point.cpp \
11 audio.cpp \
12 sceneholder.cpp \
13 util.cpp \
14 gameentity.cpp
15HEADERS += pixmapitem.h \
16 actor.h \
17 block.h \
18 bonuspoint.h \
19 constants.h \
20 point.h \
21 audio.h \
22 sceneholder.h \
23 util.h \
24 gameentity.h
25
26OTHER_FILES += style.qss \
27 pacman.rc
28
29RESOURCES += pacman.qrc
30RC_FILE = pacman.rc