tpsession initial import
[tpsession] / tpsession-0.1 / tpsession / tpsession.pro
diff --git a/tpsession-0.1/tpsession/tpsession.pro b/tpsession-0.1/tpsession/tpsession.pro
new file mode 100644 (file)
index 0000000..16d090f
--- /dev/null
@@ -0,0 +1,29 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-02-03T18:41:42
+#
+#-------------------------------------------------
+
+QT       += network dbus
+
+QT       -= gui
+
+TARGET = tpsession
+CONGIG += -g
+QMAKE_STRIP=echo
+TEMPLATE = lib
+VERSION = 0.1
+#CONFIG += staticlib
+INCLUDEPATH += /usr/include/telepathy-1.0/
+
+SOURCES += tpsession.cpp tpsessionaccount.cpp tpsessionchannel.cpp tpsessionobserver.cpp
+
+HEADERS += tpsession.h tpsessionaccount.h tpsessionchannel.h tpsessionobserver.h
+
+dev.path = /usr/include/telepathy-1.0/tpsession
+dev.files = *.h 
+pkg.path = /usr/lib/pkgconfig
+pkg.files = TpSession.pc
+target.path += $$[QT_INSTALL_LIBS]
+INSTALLS += target dev pkg
+