diff options
author | Arno <arno@disconnect.de> | 2018-05-21 08:53:49 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-05-21 08:54:48 +0200 |
commit | d2225f43d25746d0870fed31c3ca1deaaa9e7686 (patch) | |
tree | b3f73cf1bc48953dbafc07838d1e767f251684be /shemov.pro | |
parent | 55244c62be2a78a4e742635bfaed51c0178c83f8 (diff) | |
download | SheMov-d2225f43d25746d0870fed31c3ca1deaaa9e7686.tar.gz SheMov-d2225f43d25746d0870fed31c3ca1deaaa9e7686.tar.bz2 SheMov-d2225f43d25746d0870fed31c3ca1deaaa9e7686.zip |
Implement edit files
Make it possible to edit files (again).
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -47,7 +47,8 @@ SOURCES = main.cpp \ moviewidget.cpp \ smview.cpp \ moviepropertiesdialog.cpp \ - sminputdialog.cpp + sminputdialog.cpp \ + editfiledialog.cpp HEADERS = \ shemov.h \ helper.h \ @@ -89,7 +90,8 @@ HEADERS = \ moviewidget.h \ smview.h \ moviepropertiesdialog.h \ - sminputdialog.h + sminputdialog.h \ + editfiledialog.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |