-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoundabout.pro
52 lines (43 loc) · 1.17 KB
/
Roundabout.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-04-12T17:24:49
#
#-------------------------------------------------
QT += core gui
win32:RC_FILE = roundabout.rc
macx:ICON = roundabout.icns
win32:INCLUDEPATH += "$$(JACK_PATH)\\includes"
win32:LIBS += $$quote($$(JACK_PATH)\\lib\\libjack.a) $$quote($$(JACK_PATH)\\lib\\libjackserver.a)
unix:LIBS += -ljack
TARGET = Roundabout
TEMPLATE = app
SOURCES += main.cpp\
roundabout.cpp \
roundaboutscene.cpp \
roundabouttestitem.cpp \
wheelzoominggraphicsview.cpp \
roundaboutthread.cpp \
roundaboutsequencer.cpp \
roundabouttoken.cpp \
roundaboutsegmentdialog.cpp
HEADERS += roundabout.h \
roundaboutscene.h \
roundabouttestitem.h \
wheelzoominggraphicsview.h \
roundaboutthread.h \
ringbuffer.h \
roundaboutsequencer.h \
roundabouttoken.h \
roundaboutsegmentdialog.h
FORMS += roundabout.ui \
roundaboutsegmentdialog.ui
OTHER_FILES += \
README \
license.txt \
roundabout.rc \
roundabout.ico \
roundabout.icns \
images/splash.png \
images/smiling_alien_32x32.png
RESOURCES += \
roundabout.qrc