summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/pacman.server.pro')
-rw-r--r--pacman-c++/pacman.server.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro
index 2224d9a..f42fa62 100644
--- a/pacman-c++/pacman.server.pro
+++ b/pacman-c++/pacman.server.pro
@@ -16,7 +16,8 @@ SOURCES += pixmapitem.cpp \
16 sceneholder.cpp \ 16 sceneholder.cpp \
17 util.cpp \ 17 util.cpp \
18 clicklabel.cpp \ 18 clicklabel.cpp \
19 gameentity.cpp 19 gameentity.cpp \
20 anyoption.cpp
20HEADERS += pixmapitem.h \ 21HEADERS += pixmapitem.h \
21 actor.h \ 22 actor.h \
22 block.h \ 23 block.h \
@@ -28,7 +29,8 @@ HEADERS += pixmapitem.h \
28 sceneholder.h \ 29 sceneholder.h \
29 util.h \ 30 util.h \
30 clicklabel.h \ 31 clicklabel.h \
31 gameentity.h 32 gameentity.h \
33 anyoption.h
32RESOURCES += pacman.qrc 34RESOURCES += pacman.qrc
33 35
34OBJECTS_DIR = .obj 36OBJECTS_DIR = .obj