#-------------------------------------------------
#
# 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