-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpiLightSystem.pro
More file actions
147 lines (137 loc) · 3.77 KB
/
Copy pathrpiLightSystem.pro
File metadata and controls
147 lines (137 loc) · 3.77 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
QT += core sql
CONFIG += console
CONFIG -= app_bundle
QT -= gui
CONFIG += c++11
TARGET = rpiLightSystem
TEMPLATE = app
SOURCES += src/ilightshow.cpp \
src/channelsettings.cpp \
src/gifdec.c \
src/jpgd.cpp \
src/lightluxfeature.cpp \
src/lightsensorfeature.cpp \
src/lightsystem.cpp \
src/lodepng.cpp \
src/main.cpp \
src/matrixantart.cpp \
src/matrixart.cpp \
src/matrixcolorevolution.cpp \
src/matrixcreatejpg.cpp \
src/matrixdisplayfile.cpp \
src/matrixgameoflife.cpp \
src/matrixkaleidoscope.cpp \
src/matrixmazecreator.cpp \
src/matrixscrolltext.cpp \
src/matrixscrolltime.cpp \
src/matrixsquare.cpp \
src/matrixtcircle.cpp \
src/matrixtriangle.cpp \
src/matrixtrip.cpp \
src/matrixvolbars.cpp \
src/motionlightsfeature.cpp \
src/mqttreceiver.cpp \
src/playlistmanager.cpp \
src/showblink.cpp \
src/showbouncingballs.cpp \
src/showchaser.cpp \
src/showcolor.cpp \
src/showcolor3.cpp \
src/showcolor3r.cpp \
src/showcolor4.cpp \
src/showcolorevery.cpp \
src/showcolorwipe.cpp \
src/showcyclon.cpp \
src/showdelay.cpp \
src/showfade.cpp \
src/showflame.cpp \
src/showhnh.cpp \
src/showneorand.cpp \
src/showpulse.cpp \
src/showrainbow.cpp \
src/showrainbowcycle.cpp \
src/showscanner.cpp \
src/showtheaterchaser.cpp \
src/showtheaterchaserainbow.cpp \
src/showtrichaser.cpp \
src/showtwinkle.cpp \
src/systemsettings.cpp \
src/timefeature.cpp \
src/toojpeg.cpp
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
HEADERS += \
src/channelsettings.h \
src/gifdec.h \
src/ilightshow.h \
src/jpgd.h \
src/lightluxfeature.h \
src/lightsensorfeature.h \
src/lightsystem.h \
src/lodepng.h \
src/matrixantart.h \
src/matrixart.h \
src/matrixcircle.h \
src/matrixcolorevolution.h \
src/matrixcreatejpg.h \
src/matrixdisplayfile.h \
src/matrixgameoflife.h \
src/matrixkaleidoscope.h \
src/matrixmazecreator.h \
src/matrixscrolltext.h \
src/matrixscrolltime.h \
src/matrixsquare.h \
src/matrixtriangle.h \
src/matrixtrip.h \
src/matrixvolbars.h \
src/motionlightsfeature.h \
src/mqttreceiver.h \
src/pixalfonts.h \
src/playlistmanager.h \
src/showblink.h \
src/showbouncingballs.h \
src/showchaser.h \
src/showcolor.h \
src/showcolor3.h \
src/showcolor3r.h \
src/showcolor4.h \
src/showcolorevery.h \
src/showcolorwipe.h \
src/showcyclon.h \
src/showdelay.h \
src/showfade.h \
src/showflame.h \
src/showhnh.h \
src/showneorand.h \
src/showpulse.h \
src/showrainbow.h \
src/showrainbowcycle.h \
src/showscanner.h \
src/showtheaterchaser.h \
src/showtheaterchaserainbow.h \
src/showtrichaser.h \
src/showtwinkle.h \
src/systemsettings.h \
src/timefeature.h \
src/toojpeg.h \
LIBS += -lWs2811Wrapper
LIBS += -lws2811
LIBS += -lpaho-mqttpp3 -lpaho-mqtt3a
LIBS += -lMQTTMessageBus
LIBS += -lDNRLogger
LIBS += -lwiringPi
LIBS += -li2c
LIBS += -lrgbmatrix
#LIBS += -lportaudiocpp
unix {
target.path = /lumawin
INSTALLS += target
}
unix:!macx: LIBS += -lpaho-mqtt3a