[go: up one dir, main page]

Menu

[r24]: / VidePub.pro  Maximize  Restore  History

Download this file

89 lines (72 with data), 1.9 kB

 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
#-------------------------------------------------
#
# Project created by QtCreator 2011-06-12T11:03:00
#
#-------------------------------------------------
QT += core gui widgets
TARGET = VidePub
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
ffmpegdecoder.cpp \
ffmpegpacket.cpp \
ffmpegfileinfo.cpp \
ffmpegutils.cpp \
drawingarea.cpp \
videosegment.cpp \
ffmpegoutput.cpp \
launchprocess.cpp \
videosegmentlist.cpp \
videosegmentlistitem.cpp \
filecopier.cpp \
about.cpp \
logoarea.cpp \
managetemplatelist.cpp \
logotemplate.cpp \
logotemplatelistitem.cpp \
timeline.cpp \
toastdialog.cpp \
mainwindow_actions.cpp \
mainwindow_processing.cpp
HEADERS += mainwindow.h \
ffmpegdecoder.h \
ffmpegpacket.h \
ffmpegfileinfo.h \
ffmpegutils.h \
drawingarea.h \
videosegment.h \
utils.h \
ffmpegoutput.h \
kernel.hpp \
launchprocess.h \
videosegmentlist.h \
videosegmentlistitem.h \
vposition.h \
filecopier.h \
about.h \
logoarea.h \
managetemplatelist.h \
logotemplate.h \
logotemplatelistitem.h \
timeline.h \
toastdialog.h
FORMS += mainwindow.ui \
launchprocess.ui \
about.ui \
managetemplatelist.ui \
toastdialog.ui
TRANSLATIONS = VidePub_fr.ts
RC_FILE = mainwindow.rc
RESOURCES += \
gnome_icons.qrc
CONFIG(debug, debug|release) {
DEFINES += DEBUG
}
CONFIG(release, debug|release) {
DEFINES += QT_NO_DEBUG_OUTPUT
}
INCLUDEPATH += $$(DEV_PATH)/include
LIBS += -L$$(DEV_PATH)/lib -lavformat -lavcodec -lavutil -lswscale
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:CONSOLE,5.01
DEFINES += _ATL_XP_TARGETING