forked from isaacwisdom/RemarkableLamyEraser
-
Notifications
You must be signed in to change notification settings - Fork 8
/
RemarkableLamyEraser.pro
executable file
·53 lines (40 loc) · 1.12 KB
/
RemarkableLamyEraser.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
TEMPLATE = app
CONFIG += console
CONFIG += file_copies
CONFIG -= app_bundle
CONFIG -= qt
INCLUDEPATH += \
/opt/codex/rm11x/3.1.15/sysroots/x86_64-codexsdk-linux/usr/include \
/opt/codex/rm11x/3.1.15/sysroots/x86_64-codexsdk-linux/usr/lib/arm-remarkable-linux-gnueabi/gcc/arm-remarkable-linux-gnueabi/9.3.0/include \
headers/
HEADERS += \
headers/configuration.h \
headers/effects.h \
headers/effects_data.h \
headers/orientation.h \
headers/triggers.h \
SOURCES += \
sources/configuration.c \
sources/effects.c \
sources/orientation.c \
sources/triggers.c \
sources/main.c \
DISTFILES += \
config/LamyEraser.conf \
config/LamyEraser_TestConfig.conf \
config/LamyEraser.service \
scripts/LamyInstall.sh \
scripts/LamyUninstall.sh \
README.md \
RemarkableLamyEraser \
conf.files += \
config/LamyEraser.conf \
config/LamyEraser_TestConfig.conf \
conf.path = /home/root/.config/LamyEraser
service.files = config/LamyEraser.service
service.path = /lib/systemd/system
target.path = /usr/sbin
INSTALLS += \
conf \
service \
target \