diff options
Diffstat (limited to 'pacman-c++/pacman.pro')
| -rw-r--r-- | pacman-c++/pacman.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro index 6282c5d..68d1be9 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro | |||
| @@ -5,7 +5,8 @@ SOURCES += pixmapitem.cpp \ | |||
| 5 | block.cpp \ | 5 | block.cpp \ |
| 6 | client.cpp \ | 6 | client.cpp \ |
| 7 | bonuspoint.cpp \ | 7 | bonuspoint.cpp \ |
| 8 | mainwidget.cpp | 8 | mainwidget.cpp \ |
| 9 | point.cpp | ||
| 9 | HEADERS += pixmapitem.h \ | 10 | HEADERS += pixmapitem.h \ |
| 10 | actor.h \ | 11 | actor.h \ |
| 11 | animationmanager.h \ | 12 | animationmanager.h \ |
| @@ -13,7 +14,8 @@ HEADERS += pixmapitem.h \ | |||
| 13 | client.h \ | 14 | client.h \ |
| 14 | bonuspoint.h \ | 15 | bonuspoint.h \ |
| 15 | mainwidget.h \ | 16 | mainwidget.h \ |
| 16 | constants.h | 17 | constants.h \ |
| 18 | point.h | ||
| 17 | RESOURCES += pacman.qrc | 19 | RESOURCES += pacman.qrc |
| 18 | 20 | ||
| 19 | OBJECTS_DIR = .obj | 21 | OBJECTS_DIR = .obj |
