First commit
[hidecallerid] / hide-caller-id.pro
1 TEMPLATE = app
2
3 SOURCES += src/main.cpp \
4     src/tpsession.cpp \
5     src/idwidget.cpp
6 HEADERS += \
7     src/tpsession.h \
8     src/idwidget.h
9
10 include(qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.pri)
11
12 desktop.path = /usr/share/applications/hildon-home
13 desktop.files = hide-caller-id.desktop
14
15 target.path = /usr/lib/hildon-desktop
16 INSTALLS += target desktop
17
18 unix {
19 INCLUDEPATH += /usr/include/telepathy-1.0
20 INCLUDEPATH += /usr/include/QtDBus
21 LIBS += -ltelepathy-qt4
22 }
23
24 RESOURCES += \
25     icons.qrc