summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common/common.pro
diff options
context:
space:
mode:
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