X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tpsession-0.1%2Ftests%2Fshowaccounts%2Fshowaccounts.pro;fp=tpsession-0.1%2Ftests%2Fshowaccounts%2Fshowaccounts.pro;h=df5a9a055fef28640f23b9bc655bfe8ff5ed0768;hb=9a48f77860a2bb996f3ca318fe3c19096110f28a;hp=0000000000000000000000000000000000000000;hpb=f116f1ac60b47e9186e4eef5f68597980518a2eb;p=tpsession diff --git a/tpsession-0.1/tests/showaccounts/showaccounts.pro b/tpsession-0.1/tests/showaccounts/showaccounts.pro new file mode 100644 index 0000000..df5a9a0 --- /dev/null +++ b/tpsession-0.1/tests/showaccounts/showaccounts.pro @@ -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