tpsession initial import
[tpsession] / tpsession-0.1 / tests / showaccounts / showaccounts.pro
diff --git a/tpsession-0.1/tests/showaccounts/showaccounts.pro b/tpsession-0.1/tests/showaccounts/showaccounts.pro
new file mode 100644 (file)
index 0000000..df5a9a0
--- /dev/null
@@ -0,0 +1,15 @@
+# -------------------------------------------------
+# Project created by QtCreator 2010-01-25T14:58:18
+# -------------------------------------------------
+QT += network \
+    dbus
+QT -= gui
+INCLUDEPATH += /usr/include/telepathy-1.0/ ../../tpsession
+LIBS += -ltelepathy-qt4  -ltpsession
+TARGET = showaccounts
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += main.cpp \
+    testprog.cpp
+HEADERS += testprog.h