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 f95625b..f2baaed 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro | |||
| @@ -7,7 +7,8 @@ SOURCES += pixmapitem.cpp \ | |||
| 7 | bonuspoint.cpp \ | 7 | bonuspoint.cpp \ |
| 8 | mainwidget.cpp \ | 8 | mainwidget.cpp \ |
| 9 | point.cpp \ | 9 | point.cpp \ |
| 10 | audioplayer.cpp | 10 | audioplayer.cpp \ |
| 11 | clicklabel.cpp | ||
| 11 | HEADERS += pixmapitem.h \ | 12 | HEADERS += pixmapitem.h \ |
| 12 | actor.h \ | 13 | actor.h \ |
| 13 | animationmanager.h \ | 14 | animationmanager.h \ |
| @@ -17,7 +18,8 @@ HEADERS += pixmapitem.h \ | |||
| 17 | mainwidget.h \ | 18 | mainwidget.h \ |
| 18 | constants.h \ | 19 | constants.h \ |
| 19 | point.h \ | 20 | point.h \ |
| 20 | audioplayer.h | 21 | audioplayer.h \ |
| 22 | clicklabel.h | ||
| 21 | RESOURCES += pacman.qrc | 23 | RESOURCES += pacman.qrc |
| 22 | 24 | ||
| 23 | OBJECTS_DIR = .obj | 25 | OBJECTS_DIR = .obj |
