tpsession initial import
[tpsession] / tpsession-0.1 / tests / syncsms / syncsms.pro
diff --git a/tpsession-0.1/tests/syncsms/syncsms.pro b/tpsession-0.1/tests/syncsms/syncsms.pro
new file mode 100644 (file)
index 0000000..32cf354
--- /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 -L../../tpsession -ltpsession
+TARGET = syncsms
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += main.cpp \
+    testprog.cpp
+HEADERS += testprog.h