diff options
Diffstat (limited to 'pacman-c++/common/common.pro')
| -rw-r--r-- | pacman-c++/common/common.pro | 30 |
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 @@ | |||
| 1 | TEMPLATE = lib | ||
| 2 | CONFIG += staticlib | ||
| 3 | |||
| 4 | include(../common.pri) | ||
| 5 | |||
| 6 | SOURCES += 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 | ||
| 15 | HEADERS += 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 | |||
| 26 | OTHER_FILES += style.qss \ | ||
| 27 | pacman.rc | ||
| 28 | |||
| 29 | RESOURCES += pacman.qrc | ||
| 30 | RC_FILE = pacman.rc | ||
