-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathclipgrab-legacy.pro
96 lines (95 loc) · 2.64 KB
/
clipgrab-legacy.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
# #####################################################################
# Automatically generated by qmake (2.01a) Mo 26. Okt 18:26:00 2009
# #####################################################################
TEMPLATE = app
TARGET = clipgrab
DEPENDPATH += . \
release
INCLUDEPATH += .
QT += network
QT += webkit
QT += xml
# Input
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
FORMS += mainwindow.ui \
metadata-dialog.ui \
update_message.ui \
message_dialog.ui \
login_dialog.ui
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_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_lt.ts \
clipgrab_mk.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
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_MAC_SDK=/Developer/SDKs/MacOSX10.5.sdk
CONFIG += x86 ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
}
VERSION = 3.7.1
DEFINES += MAC_LEGACY
DEFINES += CLIPGRAB_VERSION='"$${VERSION}"'