diff options
Diffstat (limited to 'pacman-c++/pacman.pro')
| -rw-r--r-- | pacman-c++/pacman.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro index 6c39033..6282c5d 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro | |||
| @@ -12,11 +12,11 @@ HEADERS += pixmapitem.h \ | |||
| 12 | block.h \ | 12 | block.h \ |
| 13 | client.h \ | 13 | client.h \ |
| 14 | bonuspoint.h \ | 14 | bonuspoint.h \ |
| 15 | mainwidget.h | 15 | mainwidget.h \ |
| 16 | constants.h | ||
| 16 | RESOURCES += pacman.qrc | 17 | RESOURCES += pacman.qrc |
| 17 | 18 | ||
| 18 | OBJECTS_DIR = .obj | 19 | OBJECTS_DIR = .obj |
| 19 | MOC_DIR = .moc | 20 | MOC_DIR = .moc |
| 20 | 21 | ||
| 21 | CONFIG += debug | 22 | CONFIG += debug |
| 22 | |||
