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