-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwaveformWidget.pro
More file actions
41 lines (30 loc) · 801 Bytes
/
waveformWidget.pro
File metadata and controls
41 lines (30 loc) · 801 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2016-03-29T22:55:35
#
#-------------------------------------------------
QT += core gui multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT_CONFIG -= no-pkg-config
include(srtParser/srtParser.pri)
include(mediaProcessor/mediaProcessor.pri)
TARGET = waveformWidget
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
waveformview.cpp \
waveformcontroller.cpp \
waveformutils.cpp \
renderer.cpp \
rangelist.cpp \
minblank.cpp
HEADERS += mainwindow.h \
waveformview.h \
timemstoshortstring.h \
model.h \
constrain.h \
renderer.h \
rangelist.h
FORMS += mainwindow.ui
CONFIG += c++11 link_pkgconfig
PKGCONFIG += mpv