diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,7 +13,8 @@ fileview.cpp \ shemov.cpp \ filesystemfileproxy.cpp \ helper.cpp \ -shemoviconprovider.cpp +shemoviconprovider.cpp \ +messagedialog.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -25,6 +26,7 @@ fileview.h \ shemov.h \ filesystemfileproxy.h \ helper.h \ -shemoviconprovider.h +shemoviconprovider.h \ +messagedialog.h LIBS += -lmagic RESOURCES = shemov.qrc |