summaryrefslogtreecommitdiffstats
path: root/ShemovCleaner.pro
blob: acf5065f934013e0d74fe5c801fb5a344443cdd7 (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
47
48
49
50
51
52
53
54
#-------------------------------------------------
#
# Project created by QtCreator 2016-08-16T06:39:30
#
#-------------------------------------------------

QT       += core gui sql

LIBS     += "C:\psql\9.5\lib\libpq.lib"

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = ShemovCleaner
TEMPLATE = app


SOURCES += main.cpp\
    filesorter.cpp \
    torrentparser.cpp \
    torrentdisplay.cpp \
    torrentwidget.cpp \
    shemovcleaner.cpp \
    configurationwidget.cpp \
    filewidget.cpp \
    helper.cpp \
    filedisplay.cpp \
    globals.cpp \
    actorwidget.cpp \
    origindialog.cpp \
    viewer.cpp \
    filecopier.cpp \
    progressdialog.cpp

HEADERS  += \
    filesorter.h \
    torrentparser.h \
    torrentdisplay.h \
    torrentwidget.h \
    shemovcleaner.h \
    configurationwidget.h \
    filewidget.h \
    helper.h \
    filedisplay.h \
    globals.h \
    actorwidget.h \
    origindialog.h \
    viewer.h \
    filecopier.h \
    progressdialog.h

DISTFILES +=

RESOURCES += \
    shemovcleaner.qrc