# ------------------------------------------------- # 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