-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvilnote.pro
57 lines (48 loc) · 1.1 KB
/
Evilnote.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-08-21T01:25:09
#
#-------------------------------------------------
CONFIG += c++11
QT += core widgets multimedia opengl macextras
TARGET = Evilnote
TEMPLATE = app
INCLUDEPATH += /Users/alex/Downloads/vstsdk2.4
LIBS += -framework CoreFoundation -framework Carbon -framework Cocoa -framework CoreMIDI
SOURCES += main.cpp \
en.cpp \
nodecontextmenuhelper.cpp \
node.cpp \
host.cpp \
nodegraph.cpp \
mainwindow.cpp \
nodecreationdialog.cpp \
vstnode.cpp \
core.cpp \
nodegroup.cpp \
nodewindow.cpp \
midiinputnode.cpp
OBJECTIVE_SOURCES += vsteditorwidget.mm \
mididevice.mm
HEADERS += \
vstnode.h \
en.h \
node.h \
vstmodule.h \
__headertemplate.h \
core.h \
nodegroup.h \
mixernode.h \
nodecontextmenuhelper.h \
vstinfo.h \
vsteditorwidget.h \
host.h \
hostthread.h \
nodewindow.h \
nodegraph.h \
mainwindow.h \
nodecreationdialog.h \
midiinputnode.h \
mididevice.hh
FORMS += \
nodewindow.ui