-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSkippingStones.pro
More file actions
42 lines (34 loc) · 844 Bytes
/
Copy pathSkippingStones.pro
File metadata and controls
42 lines (34 loc) · 844 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
39
40
41
42
TARGET = harbour-skippingstones
CONFIG += sailfishapp Qt5Contacts
SOURCES += \
main.cpp \
btconnector.cpp \
btmessage.cpp \
filesystemhelper.cpp \
settingsadapter.cpp \
dbusadapter.cpp \
dbusadapter_reminder.cpp \
phonebook.cpp
OTHER_FILES += \
rpm/harbour-skippingstones.spec \
harbour-skippingstones.desktop \
qml/main.qml \
qml/MainPage.qml \
rpm/harbour-skippingstones.yaml \
qml/Watch.qml \
qml/PutBytes.qml \
qml/AppInstallationBusyPage.qml \
qml/AppMessageHandler.qml
HEADERS += \
btconnector.h \
btmessage.h \
filesystemhelper.h \
settingsadapter.h \
dbusadapter.h \
dbusadapter_reminder.h \
phonebook.h
QT += bluetooth dbus
PKGCONFIG += timed-qt5 timed-voland-qt5
PKGCONFIG += Qt5Contacts
RESOURCES += \
sailfish_resources.qrc