-
Notifications
You must be signed in to change notification settings - Fork 3
/
clipgrab.pro
executable file
·98 lines (98 loc) · 2.64 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
93
94
95
96
97
98
# #####################################################################
# Automatically generated by qmake (2.01a) Mo 26. Okt 18:26:00 2009
# #####################################################################
CONFIG += debug_and_release
TEMPLATE = app
QT += core
QT += gui
QT += network
QT += xml
lessThan(QT_MAJOR_VERSION, 5) {
QT += webkit
} else {
QT += webkitwidgets
}
INCLUDEPATH += .
# Input
FORMS += mainwindow.ui \
metadata-dialog.ui \
update_message.ui \
message_dialog.ui \
login_dialog.ui
HEADERS += clipgrab.h \
converter.h \
converter_copy.h \
converter_ffmpeg.h \
mainwindow.h \
video.h \
video_youtube.h \
video_dailymotion.h \
video_vimeo.h \
video_myspass.h \
video_heuristic.h \
video_facebook.h \
http_handler.h \
notifications.h \
message_dialog.h
SOURCES += clipgrab.cpp \
converter.cpp \
converter_copy.cpp \
converter_ffmpeg.cpp \
main.cpp \
mainwindow.cpp \
video.cpp \
video_youtube.cpp \
video_dailymotion.cpp \
video_vimeo.cpp \
video_myspass.cpp \
video_heuristic.cpp \
video_facebook.cpp \
http_handler.cpp \
notifications.cpp \
message_dialog.cpp
RESOURCES += resources.qrc
TRANSLATIONS += clipgrab_ca.ts \
clipgrab_ca.ts \
clipgrab_cs.ts \
clipgrab_de.ts \
clipgrab_el.ts \
clipgrab_es.ts \
clipgrab_fa.ts \
clipgrab_fr.ts \
clipgrab_fi.ts \
clipgrab_hu.ts \
clipgrab_id.ts \
clipgrab_it.ts \
clipgrab_ja.ts \
clipgrab_ko.ts \
clipgrab_nl.ts \
clipgrab_no.ts \
clipgrab_pl.ts \
clipgrab_pt.ts \
clipgrab_ro.ts \
clipgrab_ru.ts \
clipgrab_si.ts \
clipgrab_sv.ts \
clipgrab_sw.ts \
clipgrab_tr.ts \
clipgrab_vi.ts \
clipgrab_zh.ts \
clipgrab_strings.ts
TARGET = clipgrab
CODECFORTR = UTF-8
win32:RC_FILE = windows_icon.rc
macx {
TARGET = ClipGrab
ICON = clipgrab.icns
RC_FILE = clipgrab.icns
QMAKE_INFO_PLIST = ClipGrab.plist
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.7.sdk
OBJECTIVE_HEADERS += notifications_mac.h
OBJECTIVE_SOURCES += notifications_mac.mm
OBJECTIVE_HEADERS += savedialog_mac.h
OBJECTIVE_SOURCES += savedialog_mac.mm
LIBS += -framework AppKit -framework Foundation
}
VERSION = 3.6.5
DEFINES += CLIPGRAB_VERSION=$$VERSION