-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathjukuzregie.pro
73 lines (61 loc) · 1.68 KB
/
jukuzregie.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-06-06T22:05:32
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = jukuzregie
TEMPLATE = app
QMAKE_CXXFLAGS_RELEASE += -Ofast -march=native -fopenmp -D_GLIBCXX_PARALLEL -fomit-frame-pointer
QMAKE_LFLAGS_RELEASE += -fopenmp
QMAKE_CXXFLAGS_DEBUG += -Ofast -march=native -fopenmp -D_GLIBCXX_PARALLEL -g
QMAKE_LFLAGS_DEBUG += -fopenmp
SOURCES += main.cpp\
mainwindow.cpp \
cambox.cpp \
jackthread.cpp \
videoappsink.cpp \
audioappsink.cpp \
audioappsrc.cpp \
tcpappsrc.cpp \
videoappsrc.cpp \
videoplayer.cpp \
mediasourcebase.cpp \
camconnectdialog.cpp \
videoeffectdialog.cpp \
videoadjustmentdialog.cpp
HEADERS += mainwindow.h \
cambox.h \
jackthread.h \
nanoKontrol2.h \
videoappsink.h \
audioappsink.h \
audioappsrc.h \
tcpappsrc.h \
videoappsrc.h \
videoplayer.h \
mediasourcebase.h \
camconnectdialog.h \
videoeffectdialog.h \
videoadjustmentdialog.h
FORMS += mainwindow.ui \
cambox.ui \
videoplayer.ui \
camconnectdialog.ui \
videoeffectdialog.ui \
videoadjustmentdialog.ui
# Tell qmake to use pkg-config to find QtGStreamer.and jack
CONFIG += link_pkgconfig
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
contains(QT_VERSION, ^4\\..*) {
PKGCONFIG += QtGStreamer-1.0 QtGStreamerUtils-1.0
}
contains(QT_VERSION, ^5\\..*) {
PKGCONFIG += Qt5GStreamer-1.0 Qt5GStreamerUtils-1.0
}
PKGCONFIG += jack
OTHER_FILES += \
settings.txt \
TODO \
gst-pipelines