summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-04 18:52:09 +0200
committerArno <arno@disconnect.de>2018-04-04 18:52:09 +0200
commitf48e27a63c59840979dd848893ffba3faefdfdde (patch)
tree71f1b6c59c3f75a11f38c6a2c703faa6250d72aa /shemov.pro
parent89c3587b8768bb49d7f82aa845781ee485df8370 (diff)
downloadSheMov-f48e27a63c59840979dd848893ffba3faefdfdde.tar.gz
SheMov-f48e27a63c59840979dd848893ffba3faefdfdde.tar.bz2
SheMov-f48e27a63c59840979dd848893ffba3faefdfdde.zip
MoviePropertiesDialog: implement add actors and genres
Only adds items to the view, doesn't do any changes to the database yet. Had to implement a custom InputDialog, because the standard InputDialog doesn't have a setter for the completer.
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 6a2fa32..8fdaa07 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -47,7 +47,8 @@ SOURCES = main.cpp \
viewer.cpp \
moviewidget.cpp \
smview.cpp \
- moviepropertiesdialog.cpp
+ moviepropertiesdialog.cpp \
+ sminputdialog.cpp
HEADERS = \
shemov.h \
helper.h \
@@ -89,7 +90,8 @@ HEADERS = \
viewer.h \
moviewidget.h \
smview.h \
- moviepropertiesdialog.h
+ moviepropertiesdialog.h \
+ sminputdialog.h
LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI
INCLUDEPATH += /usr/include/ImageMagick-6/
RESOURCES = shemov.qrc