-
Notifications
You must be signed in to change notification settings - Fork 0
/
TKVideoEditor.pro
58 lines (50 loc) · 1.18 KB
/
TKVideoEditor.pro
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
#-------------------------------------------------
#
# Project created by QtCreator 2020-07-02T21:48:26
#
#-------------------------------------------------
QT += core gui multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = TKVideoEditor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
cxlayer.cpp \
form_video_control.cpp \
cxvideopanel.cpp \
cxgraphicsscene.cpp \
cxgraphicsitem.cpp \
common.cpp \
cxgraphicsview.cpp \
cximageitem.cpp \
cxtextitem.cpp \
mygraphicstextitem.cpp \
cxtexteditpanel.cpp \
textedit.cpp \
cxcolorbutton.cpp \
cxmarkpanel.cpp \
cxmarkitem.cpp \
cxvideoitem.cpp
HEADERS += mainwindow.h \
cxlayer.h \
form_video_control.h \
cxvideopanel.h \
cxgraphicsscene.h \
cxgraphicsitem.h \
common.h \
cxgraphicsview.h \
cximageitem.h \
cxtextitem.h \
mygraphicstextitem.h \
cxtexteditpanel.h \
textedit.h \
cxcolorbutton.h \
cxmarkpanel.h \
cxmarkitem.h \
cxvideoitem.h
FORMS += mainwindow.ui \
form_video_control.ui \
form_text_edit.ui \
form_mark_panel.ui
RESOURCES += \
res.qrc