-
Notifications
You must be signed in to change notification settings - Fork 18
/
clipgrab-legacy.pro.bk
75 lines (74 loc) · 1.94 KB
/
clipgrab-legacy.pro.bk
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
# #####################################################################
# 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_myvideo.h \
video_myspass.h \
video_clipfish.h \
video_heuristic.h \
video_metacafe.h \
http_handler.h \
notifications.h
FORMS += mainwindow.ui \
metadata-dialog.ui \
youtube_password.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_myvideo.cpp \
video_myspass.cpp \
video_clipfish.cpp \
video_heuristic.cpp \
video_metacafe.cpp \
http_handler.cpp \
notifications.cpp
RESOURCES += resources.qrc
TRANSLATIONS += clipgrab_cs.ts \
clipgrab_de.ts \
clipgrab_el.ts \
clipgrab_es.ts \
clipgrab_fr.ts \
clipgrab_fi.ts \
clipgrab_it.ts \
clipgrab_ja.ts \
clipgrab_pl.ts \
clipgrab_pt.ts \
clipgrab_ro.ts \
clipgrab_ru.ts \
clipgrab_zh.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.3.0.4