-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQjoepass.pro
106 lines (95 loc) · 2.45 KB
/
Qjoepass.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
QT += core gui 3dcore 3drender 3dextras widgets
CONFIG += c++11
CONFIG += console
DEFINES += QT_DEPRECATED_WARNINGS
#msys2 add
win32 {
DEFINES -= UNICODE
}
INCLUDEPATH += \
src \
src/3d \
src/3d/juggler \
src/3d/world \
src/3d/prop \
src/animation \
src/gui \
src/siteswap \
translations
SOURCES += \
src/3d/3dwindow.cpp \
src/3d/juggler/jugglerhead.cpp \
src/3d/juggler/jugglerleg.cpp \
src/3d/juggler/jugglerpart.cpp \
src/3d/juggler/jugglertrunk.cpp \
src/3d/world/light.cpp \
src/3d/world/ground.cpp \
src/3d/juggler/juggler.cpp \
src/3d/juggler/jugglerarm.cpp \
src/3d/prop/jugglingprop.cpp \
src/3d/prop/jugglingball.cpp \
src/3d/prop/jugglingclub.cpp \
src/3d/prop/jugglingring.cpp \
src/animation/animation.cpp \
src/animation/curve.cpp \
src/animation/handanim.cpp \
src/animation/handdwellanim.cpp \
src/animation/propanim.cpp \
src/animation/propdwellanim.cpp \
src/animation/propparabolicanim.cpp \
src/gui/jugglerpositionwidget.cpp \
src/gui/scalediagramwidget.cpp \
src/main.cpp \
src/gui/mainwindow.cpp \
src/gui/preferences.cpp \
src/gui/settings.cpp \
src/siteswap/handanimevents.cpp \
src/siteswap/propanimevents.cpp \
src/siteswap/siteswap.cpp
HEADERS += \
src/3d/3dwindow.h \
src/3d/juggler/jugglerhead.h \
src/3d/juggler/jugglerleg.h \
src/3d/juggler/jugglerpart.h \
src/3d/juggler/jugglertrunk.h \
src/3d/world/light.h \
src/3d/world/ground.h \
src/3d/juggler/juggler.h \
src/3d/juggler/jugglerarm.h \
src/3d/prop/jugglingprop.h \
src/3d/prop/jugglingball.h \
src/3d/prop/jugglingclub.h \
src/3d/prop/jugglingring.h \
src/animation/animation.h \
src/animation/curve.h \
src/animation/handanim.h \
src/animation/handdwellanim.h \
src/animation/propanim.h \
src/animation/propdwellanim.h \
src/animation/propparabolicanim.h \
src/gui/jugglerpositionwidget.h \
src/gui/mainwindow.h \
src/gui/preferences.h \
src/gui/scalediagramwidget.h \
src/qjoepass.h \
src/gui/settings.h \
src/siteswap/handanimevents.h \
src/siteswap/propanimevents.h \
src/siteswap/siteswap.h
TRANSLATIONS += \
Qjoepass_fr_FR.ts
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
application.qrc \
DISTFILES += \
HACKING \
INSTALL.md \
LICENCE.md \
NOTES \
README.md \
TODO \
doc/ANIMATION \
doc/schema_animation.pdf