-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMediaSidekick.pro
135 lines (114 loc) · 4.08 KB
/
MediaSidekick.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#-------------------------------------------------
#
# Project created by QtCreator 2019-08-20T08:56:32
#
#-------------------------------------------------
QT += core gui
QT += multimedia multimediawidgets quickwidgets
QT += qml network quick positioning location
win32: QT += winextras
# Workaround for QTBUG-38735
#QT_FOR_CONFIG += location-private
#qtConfig(geoservices_mapboxgl): QT += sql opengl
#qtConfig(geoservices_osm): QT += concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MediaSidekick
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
CONFIG += c++11
SOURCES += \
aderperviewmain.cpp \
aderperviewprocess.cpp \
aderperviewvideo.cpp \
adragdroplineedit.cpp \
aexport.cpp \
agcliprectangleitem.cpp \
agcliprectitem.cpp \
ageocoding.cpp \
agfilesystem.cpp \
agfolderrectitem.cpp \
aglobal.cpp \
agmediafilerectitem.cpp \
agprocessthread.cpp \
agtagtextitem.cpp \
agview.cpp \
agviewrectitem.cpp \
apropertyeditordialog.cpp \
apropertyitemdelegate.cpp \
apropertysortfilterproxymodel.cpp \
apropertytreeview.cpp \
aspinnerlabel.cpp \
astareditor.cpp \
astarrating.cpp \
atagslistview.cpp \
main.cpp \
mainwindow.cpp \
mgrouprectitem.cpp \
mtimelinegrouprectitem.cpp \
qedge.cpp \
qgraphwidget.cpp \
qnode.cpp
HEADERS += \
aderperviewmain.h \
aderperviewprocess.h \
aderperviewvideo.h \
adragdroplineedit.h \
aexport.h \
agcliprectangleitem.h \
agcliprectitem.h \
ageocoding.h \
agfilesystem.h \
agfolderrectitem.h \
aglobal.h \
agmediafilerectitem.h \
agprocessthread.h \
agtagtextitem.h \
agview.h \
agviewrectitem.h \
apropertyeditordialog.h \
apropertyitemdelegate.h \
apropertysortfilterproxymodel.h \
apropertytreeview.h \
aspinnerlabel.h \
astareditor.h \
astarrating.h \
atagslistview.h \
mainwindow.h \
mgrouprectitem.h \
mtimelinegrouprectitem.h \
qedge.h \
qgraphwidget.h \
qnode.h
FORMS += \
mainwindow.ui \
mexportdialog.ui \
propertyeditordialog.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
win32:RC_ICONS += MediaSidekick.ico
unix:ICON = MediaSidekick.icns
RESOURCES += \
images.qrc \
qml.qrc
win32: LIBS += -LD:\MediaSidekick\windows\ffmpeg-latest-win64-dev\lib
win32: LIBS += -lavcodec -lavformat -lavutil -lswscale #-lavdevice -lavfilter -lpostproc -lswresample
win32: INCLUDEPATH +=D:\MediaSidekick\windows\ffmpeg-latest-win64-dev\include
#win32: LIBS += -LD:\MediaSidekick\windows\SDL2_x86_64-w64-mingw32\lib
#win32: LIBS += -lSDL2
#win32: INCLUDEPATH +=D:\MediaSidekick\windows\SDL2_x86_64-w64-mingw32\include
unix:LIBS += -L/Users/ewoudwijma/Downloads/ffmpeg-latest-macos64-shared/bin
unix:LIBS += -lavcodec.58 -lavformat.58 -lavutil.56 -lswscale.5 #-lavdevice -lavfilter -lpostproc -lswresample
unix:INCLUDEPATH += /Users/ewoudwijma/Downloads/ffmpeg-latest-macos64-dev/include
DISTFILES += \
deploy.txt \
primaryprocess.txt