summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/pacman.pro')
-rw-r--r--pacman-c++/pacman.pro6
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
11HEADERS += pixmapitem.h \ 12HEADERS += 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
21RESOURCES += pacman.qrc 23RESOURCES += pacman.qrc
22 24
23OBJECTS_DIR = .obj 25OBJECTS_DIR = .obj