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