First commit
[hidecallerid] / hide-caller-id.pro
diff --git a/hide-caller-id.pro b/hide-caller-id.pro
new file mode 100644 (file)
index 0000000..3efb72d
--- /dev/null
@@ -0,0 +1,25 @@
+TEMPLATE = app
+
+SOURCES += src/main.cpp \
+    src/tpsession.cpp \
+    src/idwidget.cpp
+HEADERS += \
+    src/tpsession.h \
+    src/idwidget.h
+
+include(qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.pri)
+
+desktop.path = /usr/share/applications/hildon-home
+desktop.files = hide-caller-id.desktop
+
+target.path = /usr/lib/hildon-desktop
+INSTALLS += target desktop
+
+unix {
+INCLUDEPATH += /usr/include/telepathy-1.0
+INCLUDEPATH += /usr/include/QtDBus
+LIBS += -ltelepathy-qt4
+}
+
+RESOURCES += \
+    icons.qrc