summaryrefslogtreecommitdiffstats
path: root/shemov.pro
blob: 8b4c1962b43819b80fa9cd37c2364b64db36774c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TEMPLATE = app
CONFIG += warn_on thread qt debug
CONFIG -= release
QT += sql
SOURCES = main.cpp \
listmodel.cpp \
movieitem.cpp \
moviemodel.cpp \
coveritem.cpp \
filesystemdirproxy.cpp \
filesystemwidget.cpp \
fileview.cpp \
shemov.cpp \
filesystemfileproxy.cpp \
helper.cpp \
shemoviconprovider.cpp \
messagedialog.cpp \
configurationdialog.cpp \
extractordialog.cpp \
archiveeditwidget.cpp \
listeditor.cpp \
covereditor.cpp \
archivefilewidget.cpp
HEADERS = listitem.h \
listmodel.h \
movieitem.h \
moviemodel.h \
coveritem.h \
filesystemdirproxy.h \
filesystemwidget.h \
fileview.h \
shemov.h \
filesystemfileproxy.h \
helper.h \
shemoviconprovider.h \
messagedialog.h \
configurationdialog.h \
extractordialog.h \
archiveeditwidget.h \
listeditor.h \
covereditor.h \
archivefilewidget.h
LIBS += -lmagic
LIBS += -lcryptopp
INCLUDEPATH += /usr/include/cryptopp
RESOURCES = shemov.qrc