summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.pro')
-rw-r--r--shemov.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/shemov.pro b/shemov.pro
index bba50ae..55a6647 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -5,8 +5,10 @@ QT += sql
SOURCES = main.cpp \
listmodel.cpp \
movieitem.cpp \
-moviemodel.cpp
+moviemodel.cpp \
+coveritem.cpp
HEADERS = listitem.h \
listmodel.h \
movieitem.h \
-moviemodel.h
+moviemodel.h \
+coveritem.h