summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.pro')
-rw-r--r--shemov.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/shemov.pro b/shemov.pro
index 55a6647..d869881 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -6,9 +6,13 @@ SOURCES = main.cpp \
listmodel.cpp \
movieitem.cpp \
moviemodel.cpp \
-coveritem.cpp
+coveritem.cpp \
+filesystemdirproxy.cpp \
+filesystemwidget.cpp
HEADERS = listitem.h \
listmodel.h \
movieitem.h \
moviemodel.h \
-coveritem.h
+coveritem.h \
+filesystemdirproxy.h \
+filesystemwidget.h