diff options
| author | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
| commit | ce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch) | |
| tree | f8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/common/common.pro | |
| parent | e54ccad07e256ba877bd41d70bd358bd0085bd1e (diff) | |
| download | foop-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.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 | ||
