[go: up one dir, main page]

Menu

[r3]: / VidePub.pro  Maximize  Restore  History

Download this file

62 lines (50 with data), 1.3 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
#-------------------------------------------------
#
# Project created by QtCreator 2011-06-12T11:03:00
#
#-------------------------------------------------
QT += core gui
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
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
FORMS += mainwindow.ui \
launchprocess.ui \
about.ui
TRANSLATIONS = VidePub_fr.ts
RC_FILE = mainwindow.rc
RESOURCES += \
gnome_icons.qrc
CONFIG(debug, debug|release) {
QMAKE_CXXFLAGS += -DDEBUG
}
INCLUDEPATH += $$(DEV_PATH)/local/include
LIBS += -static -L$$(DEV_PATH)/local/lib -lavformat -lavcodec -lavutil -lswscale