-
Notifications
You must be signed in to change notification settings - Fork 0
/
src.pri
55 lines (51 loc) · 1.5 KB
/
src.pri
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
55
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/abstractmoviedetailservice.h \
$$PWD/common.h \
$$PWD/csfddetailservice.h \
$$PWD/macros/clangwarnings.h \
$$PWD/macros/likely.h \
$$PWD/maineventfilter_win.h \
$$PWD/mainwindow.h \
$$PWD/moviedetaildialog.h \
$$PWD/pch.h \
$$PWD/previewlistdelegate.h \
$$PWD/previewselectdialog.h \
$$PWD/settings/settingsstorage.h \
$$PWD/settings/settingvalue.h \
$$PWD/torrentsqltablemodel.h \
$$PWD/torrentstatus.h \
$$PWD/torrenttabledelegate.h \
$$PWD/torrenttablesortmodel.h \
$$PWD/torrenttransfertableview.h \
$$PWD/types/moviedetail.h \
$$PWD/utils/fs.h \
$$PWD/utils/gui.h \
$$PWD/utils/misc.h \
$$PWD/utils/string.h \
$$PWD/version.h \
SOURCES += \
$$PWD/abstractmoviedetailservice.cpp \
$$PWD/csfddetailservice.cpp \
$$PWD/main.cpp \
$$PWD/maineventfilter_win.cpp \
$$PWD/mainwindow.cpp \
$$PWD/moviedetaildialog.cpp \
$$PWD/previewlistdelegate.cpp \
$$PWD/previewselectdialog.cpp \
$$PWD/settings/settingsstorage.cpp \
$$PWD/torrentsqltablemodel.cpp \
$$PWD/torrentstatus.cpp \
$$PWD/torrenttabledelegate.cpp \
$$PWD/torrenttablesortmodel.cpp \
$$PWD/torrenttransfertableview.cpp \
$$PWD/utils/fs.cpp \
$$PWD/utils/gui.cpp \
$$PWD/utils/misc.cpp \
$$PWD/utils/string.cpp \
FORMS += \
$$PWD/mainwindow.ui \
$$PWD/moviedetaildialog.ui \
$$PWD/previewselectdialog.ui \
RESOURCES += \
$$PWD/images/qMedia.qrc \