-
Notifications
You must be signed in to change notification settings - Fork 18
/
clipgrab.pro
92 lines (91 loc) · 2.44 KB
/
clipgrab.pro
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# #####################################################################
# Automatically generated by qmake (2.01a) Mo 26. Okt 18:26:00 2009
# #####################################################################
TEMPLATE = app
TARGET = clipgrab
DEPENDPATH += . \
release
INCLUDEPATH += .
QT += core \
widgets
QT += gui
QT += network
QT += xml
QT += webenginewidgets
# Input
HEADERS += converter.h \
converter_copy.h \
converter_ffmpeg.h \
download_list_model.h \
helper_downloader.h \
mainwindow.h \
video.h \
notifications.h \
message_dialog.h \
clipgrab.h \
web_engine_view.h \
youtube_dl.h
FORMS += metadata-dialog.ui \
helper_downloader.ui \
mainwindow.ui \
update_message.ui \
message_dialog.ui
SOURCES += converter.cpp \
converter_copy.cpp \
converter_ffmpeg.cpp \
download_list_model.cpp \
helper_downloader.cpp \
main.cpp \
mainwindow.cpp \
video.cpp \
notifications.cpp \
message_dialog.cpp \
clipgrab.cpp \
web_engine_view.cpp \
youtube_dl.cpp
RESOURCES += resources.qrc
TRANSLATIONS += clipgrab_bg.ts \
clipgrab_bn.ts \
clipgrab_ca.ts \
clipgrab_cs.ts \
clipgrab_de.ts \
clipgrab_el.ts \
clipgrab_es.ts \
clipgrab_eu.ts \
clipgrab_fa.ts \
clipgrab_fr.ts \
clipgrab_fi.ts \
clipgrab_hr.ts \
clipgrab_hu.ts \
clipgrab_id.ts \
clipgrab_it.ts \
clipgrab_ja.ts \
clipgrab_ko.ts \
clipgrab_mk.ts \
clipgrab_lt.ts \
clipgrab_nl.ts \
clipgrab_no.ts \
clipgrab_pa.ts \
clipgrab_pl.ts \
clipgrab_pt.ts \
clipgrab_ro.ts \
clipgrab_ru.ts \
clipgrab_si.ts \
clipgrab_sr.ts \
clipgrab_sv.ts \
clipgrab_sw.ts \
clipgrab_tr.ts \
clipgrab_vi.ts \
clipgrab_zh.ts \
clipgrab_strings.ts
CODECFORTR = UTF-8
win32:RC_FILE = windows_icon.rc
macx {
TARGET = ClipGrab
ICON = clipgrab.icns
RC_FILE = clipgrab.icns
QMAKE_INFO_PLIST = ClipGrab.plist
LIBS += -framework AppKit -framework Foundation
}
VERSION = 3.9.6
DEFINES += CLIPGRAB_VERSION=$$VERSION