-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathi2ctool.pro
More file actions
38 lines (28 loc) · 794 Bytes
/
i2ctool.pro
File metadata and controls
38 lines (28 loc) · 794 Bytes
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
# I2CTool
TARGET = harbour-i2ctool
CONFIG += sailfishapp
DEFINES += "APPVERSION=\\\"$${SPECVERSION}\\\""
message($${DEFINES})
usersguide.path = /usr/share/$${TARGET}
usersguide.files = i2ctool-ug.pdf
INSTALLS += usersguide
SOURCES += src/i2ctool.cpp \
src/i2cif.cpp \
src/conv.cpp
HEADERS += src/i2cif.h \
src/conv.h
OTHER_FILES += qml/i2ctool.qml \
qml/cover/CoverPage.qml \
qml/pages/Mainmenu.qml \
rpm/i2ctool.spec \
harbour-i2ctool.png \
harbour-i2ctool.desktop \
qml/pages/Probe.qml \
qml/pages/ReaderWriter.qml \
qml/i2ctool.png \
qml/pages/TohEeprom.qml \
qml/icon-on.png \
qml/icon-off.png \
qml/pages/EditHeaderEntry.qml \
qml/pages/TohEepromCfgEdit.qml \
i2ctool-ug.pdf