diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |