-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNeuralStyler.pro
54 lines (43 loc) · 1 KB
/
NeuralStyler.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-08-07T08:48:11
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = NeuralStyler
TEMPLATE = app
SOURCES += main.cpp\
neuralstylerwindow.cpp \
ffmpegprocess.cpp \
paths.cpp \
stylechainer.cpp \
aboutdialog.cpp \
qxtspanslider.cpp \
styleintensitydialog.cpp \
framedialog.cpp \
mplayer.cpp \
myprocess.cpp
HEADERS += neuralstylerwindow.h \
ffmpegprocess.h \
paths.h \
stylechainer.h \
aboutdialog.h \
WinVersion.h \
qxtspanslider_p.h \
qxtspanslider.h \
styleintensitydialog.h \
framedialog.h \
mplayer.h \
myprocess.h
FORMS += neuralstylerwindow.ui \
aboutdialog.ui \
styleintensitydialog.ui \
framedialog.ui
unix{
QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN/../lib'"
TARGET=neuralstyler
}
RESOURCES += \
neuralstyler.qrc
RC_FILE = neuralstyler.rc